|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnchorType | |
|---|---|
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| Uses of AnchorType in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that return AnchorType | |
|---|---|
static AnchorType |
AnchorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AnchorType[] |
AnchorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.ooffice with parameters of type AnchorType | |
|---|---|
Object |
OOWriter.insertImage(File file,
com.sun.star.text.XTextRange cursor,
AnchorType at)
|
Object |
OOWriter.insertImage(File file,
com.sun.star.text.XTextRange cursor,
AnchorType at,
boolean embed)
|
Object |
OOWriter.insertImage(File file,
com.sun.star.text.XTextRange cursor,
AnchorType at,
boolean embed,
Map<?,?> props)
|
Object |
OOWriter.insertImage(File file,
com.sun.star.text.XTextRange cursor,
AnchorType at,
Map<?,?> props)
|
Object |
OOWriter.insertImage(Image image,
com.sun.star.text.XTextRange cursor,
AnchorType at)
|
Object |
OOWriter.insertImage(Image image,
com.sun.star.text.XTextRange cursor,
AnchorType at,
Map<?,?> props)
automatically sets the Width and Height properties unless an explicit value was given |
Object |
OOWriter.insertImage(URL url,
com.sun.star.text.XTextRange cursor,
AnchorType at,
boolean embed,
Map<?,?> props)
allows to insert an image into the document. |
Object |
OOWriter.insertImage(URL url,
com.sun.star.text.XTextRange cursor,
AnchorType at,
boolean embed,
Map<?,?> props,
String name)
allows to insert an image into the document. |
Object |
OOWriter.insertImage(URL url,
com.sun.star.text.XTextRange cursor,
AnchorType at,
Map<?,?> props)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||