Uses of Class
net.webpdf.wsclient.schema.extraction.info.NonFullScreenPageModeType
-
Packages that use NonFullScreenPageModeType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of NonFullScreenPageModeType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as NonFullScreenPageModeType Modifier and Type Field Description protected NonFullScreenPageModeTypeViewerPreferencesType. nonFullScreenPageMode<?Methods in net.webpdf.wsclient.schema.extraction.info that return NonFullScreenPageModeType Modifier and Type Method Description static NonFullScreenPageModeTypeNonFullScreenPageModeType. fromValue(String v)Gets the enum associated to the value passed as parameter.NonFullScreenPageModeTypeViewerPreferencesType. getNonFullScreenPageMode()<?static NonFullScreenPageModeTypeNonFullScreenPageModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NonFullScreenPageModeType[]NonFullScreenPageModeType. 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 NonFullScreenPageModeType Modifier and Type Method Description voidViewerPreferencesType. setNonFullScreenPageMode(NonFullScreenPageModeType value)Sets the value of the nonFullScreenPageMode property.
-