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. printArea<?protected BoxSelectionTypeViewerPreferencesType. printClip<?protected BoxSelectionTypeViewerPreferencesType. viewArea<?protected BoxSelectionTypeViewerPreferencesType. viewClip<?Methods in net.webpdf.wsclient.schema.extraction.info that return BoxSelectionType Modifier and Type Method Description static BoxSelectionTypeBoxSelectionType. fromValue(String v)Gets the enum associated to the value passed as parameter.BoxSelectionTypeViewerPreferencesType. getPrintArea()<?BoxSelectionTypeViewerPreferencesType. getPrintClip()<?BoxSelectionTypeViewerPreferencesType. getViewArea()<?BoxSelectionTypeViewerPreferencesType. getViewClip()<?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.
-