|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextFrame.AnchorType | |
|---|---|
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| Uses of TextFrame.AnchorType in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that return TextFrame.AnchorType | |
|---|---|
static TextFrame.AnchorType |
TextFrame.AnchorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextFrame.AnchorType[] |
TextFrame.AnchorType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.antelmann.ooffice with parameters of type TextFrame.AnchorType | |
|---|---|
void |
TextFrame.insertImage(File file,
com.sun.star.text.XTextCursor cursor,
TextFrame.AnchorType at,
Map<Object,Object> props)
props may be null |
void |
TextFrame.insertImage(String url,
com.sun.star.text.XTextCursor cursor,
TextFrame.AnchorType at,
Map<Object,Object> props)
props may be null |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||