Uses of Class
net.webpdf.wsclient.schema.operation.PageLayoutType
-
Packages that use PageLayoutType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PageLayoutType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PageLayoutType Modifier and Type Field Description protected PageLayoutTypeOptionsType. pageLayoutMethods in net.webpdf.wsclient.schema.operation that return PageLayoutType Modifier and Type Method Description static PageLayoutTypePageLayoutType. fromValue(String v)PageLayoutTypeOptionsType. getPageLayout()Gets the value of the pageLayout property.static PageLayoutTypePageLayoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageLayoutType[]PageLayoutType. 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 PageLayoutType Modifier and Type Method Description voidOptionsType. setPageLayout(PageLayoutType value)Sets the value of the pageLayout property.
-