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. boxprotected PageBoxTypeSelectionBoxType. boxprotected PageBoxTypeViewerPreferencesType. printAreaprotected PageBoxTypeViewerPreferencesType. printClipprotected PageBoxTypeViewerPreferencesType. viewAreaprotected PageBoxTypeViewerPreferencesType. viewClipMethods in net.webpdf.wsclient.schema.operation that return PageBoxType Modifier and Type Method Description static PageBoxTypePageBoxType. fromValue(String v)PageBoxTypeBoxesResizeType. getBox()Gets the value of the box property.PageBoxTypeSelectionBoxType. getBox()Gets the value of the box property.PageBoxTypeViewerPreferencesType. getPrintArea()Gets the value of the printArea property.PageBoxTypeViewerPreferencesType. getPrintClip()Gets the value of the printClip property.PageBoxTypeViewerPreferencesType. getViewArea()Gets the value of the viewArea property.PageBoxTypeViewerPreferencesType. getViewClip()Gets the value of the viewClip property.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.
-