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. artBox<?protected RectangleTypeBoxesType. bleedBox<?protected RectangleTypeBackgroundContentType. bounds<?protected RectangleTypeBoxesType. cropBox<?protected RectangleTypeBoxesType. mediaBox<?protected RectangleTypePopupType. rectangle<?protected RectangleTypeBoxesType. trimBox<?Methods in net.webpdf.wsclient.schema.extraction.info that return RectangleType Modifier and Type Method Description RectangleTypeObjectFactory. createRectangleType()Create an instance ofRectangleTypeRectangleTypeBoxesType. getArtBox()<?RectangleTypeBoxesType. getBleedBox()<?RectangleTypeBackgroundContentType. getBounds()<?RectangleTypeBoxesType. getCropBox()<?RectangleTypeBoxesType. getMediaBox()<?RectangleTypePopupType. getRectangle()<?RectangleTypeBoxesType. getTrimBox()<?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.
-