Holger's
Java API

Uses of Class
com.antelmann.ooffice.TextFrame.AnchorType

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
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads