Uses of Class
com.arctorus.documents.BaselineType

Packages that use BaselineType
com.arctorus.documents   
 

Uses of BaselineType in com.arctorus.documents
 

Methods in com.arctorus.documents that return BaselineType
 BaselineType TextFormat.getBaseline()
          Get baseline of a text.
static BaselineType BaselineType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BaselineType[] BaselineType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents with parameters of type BaselineType
 void TextFormat.setBaseline(BaselineType baseline)
          Set baseline of a text.