Uses of Class
net.webpdf.wsclient.openapi.MetadataInformation.PageLayoutEnum
-
Packages that use MetadataInformation.PageLayoutEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataInformation.PageLayoutEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataInformation.PageLayoutEnum Modifier and Type Method Description static MetadataInformation.PageLayoutEnumMetadataInformation.PageLayoutEnum. fromValue(String value)@Nullable MetadataInformation.PageLayoutEnumMetadataInformation. getPageLayout()The set initial page layout of a document.static MetadataInformation.PageLayoutEnumMetadataInformation.PageLayoutEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataInformation.PageLayoutEnum[]MetadataInformation.PageLayoutEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type MetadataInformation.PageLayoutEnum Modifier and Type Method Description MetadataInformationMetadataInformation. pageLayout(MetadataInformation.PageLayoutEnum pageLayout)voidMetadataInformation. setPageLayout(MetadataInformation.PageLayoutEnum pageLayout)
-