Uses of Class
net.webpdf.wsclient.schema.operation.RectangleType
-
Packages that use RectangleType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of RectangleType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as RectangleType Modifier and Type Field Description protected RectangleTypeBaseBarcodeType. positionprotected RectangleTypeQrSwissPaymentBarcodeType. position<?protected RectangleTypeSelectionAnnotationType. position<?protected RectangleTypeTextAnnotationType. position<?protected RectangleTypeFreeTextAnnotationType.Position. rectangle<?protected RectangleTypeRubberStampAnnotationType.Position. rectangle<?protected RectangleTypeSimpleShapeAnnotationType.Position. rectangle<?protected RectangleTypeBarcodeSelectionType. scanAreaFields in net.webpdf.wsclient.schema.operation with type parameters of type RectangleType Modifier and Type Field Description protected List<RectangleType>MarkupAnnotationType.Position. pathElementprotected List<RectangleType>RedactAnnotationType.Position. pathElementMethods in net.webpdf.wsclient.schema.operation that return RectangleType Modifier and Type Method Description RectangleTypeObjectFactory. createRectangleType()Create an instance ofRectangleTypeRectangleTypeBaseBarcodeType. getPosition()Gets the value of the position property.RectangleTypeQrSwissPaymentBarcodeType. getPosition()<?RectangleTypeSelectionAnnotationType. getPosition()<?RectangleTypeTextAnnotationType. getPosition()<?RectangleTypeFreeTextAnnotationType.Position. getRectangle()<?RectangleTypeRubberStampAnnotationType.Position. getRectangle()<?RectangleTypeSimpleShapeAnnotationType.Position. getRectangle()<?RectangleTypeBarcodeSelectionType. getScanArea()Gets the value of the scanArea property.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type RectangleType Modifier and Type Method Description List<RectangleType>MarkupAnnotationType.Position. getPathElement()Gets the value of the pathElement property.List<RectangleType>RedactAnnotationType.Position. getPathElement()Gets the value of the pathElement property.Methods in net.webpdf.wsclient.schema.operation with parameters of type RectangleType Modifier and Type Method Description voidBaseBarcodeType. setPosition(RectangleType value)Sets the value of the position property.voidQrSwissPaymentBarcodeType. setPosition(RectangleType value)Sets the value of the position property.voidSelectionAnnotationType. setPosition(RectangleType value)Sets the value of the position property.voidTextAnnotationType. setPosition(RectangleType value)Sets the value of the position property.voidFreeTextAnnotationType.Position. setRectangle(RectangleType value)Sets the value of the rectangle property.voidRubberStampAnnotationType.Position. setRectangle(RectangleType value)Sets the value of the rectangle property.voidSimpleShapeAnnotationType.Position. setRectangle(RectangleType value)Sets the value of the rectangle property.voidBarcodeSelectionType. setScanArea(RectangleType value)Sets the value of the scanArea property.
-