Uses of Class
net.webpdf.wsclient.schema.operation.PageBoxType
-
Packages that use PageBoxType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PageBoxType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PageBoxType Modifier and Type Field Description protected PageBoxTypeBoxesResizeType. box<?protected PageBoxTypeSelectionBoxType. box<?protected PageBoxTypeViewerPreferencesType. printArea<?protected PageBoxTypeViewerPreferencesType. printClip<?protected PageBoxTypeViewerPreferencesType. viewArea<?protected PageBoxTypeViewerPreferencesType. viewClip<?Methods in net.webpdf.wsclient.schema.operation that return PageBoxType Modifier and Type Method Description static PageBoxTypePageBoxType. fromValue(String v)Gets the enum associated to the value passed as parameter.PageBoxTypeBoxesResizeType. getBox()<?PageBoxTypeSelectionBoxType. getBox()<?PageBoxTypeViewerPreferencesType. getPrintArea()<?PageBoxTypeViewerPreferencesType. getPrintClip()<?PageBoxTypeViewerPreferencesType. getViewArea()<?PageBoxTypeViewerPreferencesType. getViewClip()<?static PageBoxTypePageBoxType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageBoxType[]PageBoxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PageBoxType Modifier and Type Method Description voidBoxesResizeType. setBox(PageBoxType value)Sets the value of the box property.voidSelectionBoxType. setBox(PageBoxType value)Sets the value of the box property.voidViewerPreferencesType. setPrintArea(PageBoxType value)Sets the value of the printArea property.voidViewerPreferencesType. setPrintClip(PageBoxType value)Sets the value of the printClip property.voidViewerPreferencesType. setViewArea(PageBoxType value)Sets the value of the viewArea property.voidViewerPreferencesType. setViewClip(PageBoxType value)Sets the value of the viewClip property.
-