Uses of Class
com.arctorus.documents.PageSizeType

Packages that use PageSizeType
com.arctorus.documents   
 

Uses of PageSizeType in com.arctorus.documents
 

Methods in com.arctorus.documents that return PageSizeType
 PageSizeType PageSize.getSizeType()
          Gets standard type of a page.
static PageSizeType PageSizeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageSizeType[] PageSizeType.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 PageSizeType
 void PageSize.setSizeType(PageSizeType sizeType)
          Sets standard type of a page.