Uses of Class
net.webpdf.wsclient.schema.operation.PageGroupType
-
Packages that use PageGroupType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PageGroupType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PageGroupType Modifier and Type Field Description protected PageGroupTypeRotateType. pageGroupMethods in net.webpdf.wsclient.schema.operation that return PageGroupType Modifier and Type Method Description static PageGroupTypePageGroupType. fromValue(String v)PageGroupTypeRotateType. getPageGroup()Gets the value of the pageGroup property.static PageGroupTypePageGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageGroupType[]PageGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PageGroupType Modifier and Type Method Description voidRotateType. setPageGroup(PageGroupType value)Sets the value of the pageGroup property.
-