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. positionprotected RectangleTypeSelectionAnnotationType. positionprotected RectangleTypeTextAnnotationType. positionprotected RectangleTypeFreeTextAnnotationType.Position. rectangleprotected RectangleTypeRubberStampAnnotationType.Position. rectangleprotected RectangleTypeSimpleShapeAnnotationType.Position. rectangleprotected RectangleTypeBarcodeSelectionType. scanAreaMethods 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()Gets the value of the position property.RectangleTypeSelectionAnnotationType. getPosition()Gets the value of the position property.RectangleTypeTextAnnotationType. getPosition()Gets the value of the position property.RectangleTypeFreeTextAnnotationType.Position. getRectangle()Gets the value of the rectangle property.RectangleTypeRubberStampAnnotationType.Position. getRectangle()Gets the value of the rectangle property.RectangleTypeSimpleShapeAnnotationType.Position. getRectangle()Gets the value of the rectangle property.RectangleTypeBarcodeSelectionType. getScanArea()Gets the value of the scanArea 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.
-