Uses of Class
net.webpdf.wsclient.schema.extraction.info.PageLayoutType
-
Packages that use PageLayoutType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of PageLayoutType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as PageLayoutType Modifier and Type Field Description protected PageLayoutTypeInformationType. pageLayoutMethods in net.webpdf.wsclient.schema.extraction.info that return PageLayoutType Modifier and Type Method Description static PageLayoutTypePageLayoutType. fromValue(String v)PageLayoutTypeInformationType. 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.extraction.info with parameters of type PageLayoutType Modifier and Type Method Description voidInformationType. setPageLayout(PageLayoutType value)Sets the value of the pageLayout property.
-