Uses of Class
net.webpdf.wsclient.schema.extraction.info.BoxSelectionType
-
Packages that use BoxSelectionType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of BoxSelectionType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as BoxSelectionType Modifier and Type Field Description protected BoxSelectionTypeViewerPreferencesType. printAreaprotected BoxSelectionTypeViewerPreferencesType. printClipprotected BoxSelectionTypeViewerPreferencesType. viewAreaprotected BoxSelectionTypeViewerPreferencesType. viewClipMethods in net.webpdf.wsclient.schema.extraction.info that return BoxSelectionType Modifier and Type Method Description static BoxSelectionTypeBoxSelectionType. fromValue(String v)BoxSelectionTypeViewerPreferencesType. getPrintArea()Gets the value of the printArea property.BoxSelectionTypeViewerPreferencesType. getPrintClip()Gets the value of the printClip property.BoxSelectionTypeViewerPreferencesType. getViewArea()Gets the value of the viewArea property.BoxSelectionTypeViewerPreferencesType. getViewClip()Gets the value of the viewClip property.static BoxSelectionTypeBoxSelectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static BoxSelectionType[]BoxSelectionType. 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 BoxSelectionType Modifier and Type Method Description voidViewerPreferencesType. setPrintArea(BoxSelectionType value)Sets the value of the printArea property.voidViewerPreferencesType. setPrintClip(BoxSelectionType value)Sets the value of the printClip property.voidViewerPreferencesType. setViewArea(BoxSelectionType value)Sets the value of the viewArea property.voidViewerPreferencesType. setViewClip(BoxSelectionType value)Sets the value of the viewClip property.
-