Uses of Class
net.webpdf.wsclient.schema.extraction.info.RectangleType
-
Packages that use RectangleType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of RectangleType in net.webpdf.wsclient.schema.extraction.info
Subclasses of RectangleType in net.webpdf.wsclient.schema.extraction.info Modifier and Type Class Description classAnnotationRectangleType<?Fields in net.webpdf.wsclient.schema.extraction.info declared as RectangleType Modifier and Type Field Description protected RectangleTypeBoxesType. artBoxprotected RectangleTypeBoxesType. bleedBoxprotected RectangleTypeBackgroundContentType. boundsprotected RectangleTypeBoxesType. cropBoxprotected RectangleTypeBoxesType. mediaBoxprotected RectangleTypePopupType. rectangleprotected RectangleTypeBoxesType. trimBoxMethods in net.webpdf.wsclient.schema.extraction.info that return RectangleType Modifier and Type Method Description RectangleTypeObjectFactory. createRectangleType()Create an instance ofRectangleTypeRectangleTypeBoxesType. getArtBox()Gets the value of the artBox property.RectangleTypeBoxesType. getBleedBox()Gets the value of the bleedBox property.RectangleTypeBackgroundContentType. getBounds()Gets the value of the bounds property.RectangleTypeBoxesType. getCropBox()Gets the value of the cropBox property.RectangleTypeBoxesType. getMediaBox()Gets the value of the mediaBox property.RectangleTypePopupType. getRectangle()Gets the value of the rectangle property.RectangleTypeBoxesType. getTrimBox()Gets the value of the trimBox property.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type RectangleType Modifier and Type Method Description voidBoxesType. setArtBox(RectangleType value)Sets the value of the artBox property.voidBoxesType. setBleedBox(RectangleType value)Sets the value of the bleedBox property.voidBackgroundContentType. setBounds(RectangleType value)Sets the value of the bounds property.voidBoxesType. setCropBox(RectangleType value)Sets the value of the cropBox property.voidBoxesType. setMediaBox(RectangleType value)Sets the value of the mediaBox property.voidPopupType. setRectangle(RectangleType value)Sets the value of the rectangle property.voidBoxesType. setTrimBox(RectangleType value)Sets the value of the trimBox property.
-