Package net.webpdf.wsclient.openapi
Class OperationPositionFreeTextAnnotation
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationPositionFreeTextAnnotation
-
public class OperationPositionFreeTextAnnotation extends Object
Used to select the bounds within which the shape shall be positioned.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RECTANGLE
-
Constructor Summary
Constructors Constructor Description OperationPositionFreeTextAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationRectanglegetRectangle()Get rectangleinthashCode()OperationPositionFreeTextAnnotationrectangle(OperationRectangle rectangle)voidsetRectangle(OperationRectangle rectangle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RECTANGLE
public static final String JSON_PROPERTY_RECTANGLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
rectangle
public OperationPositionFreeTextAnnotation rectangle(OperationRectangle rectangle)
-
getRectangle
@Nullable public @Nullable OperationRectangle getRectangle()
Get rectangle- Returns:
- rectangle
-
setRectangle
public void setRectangle(OperationRectangle rectangle)
-
-