Package net.webpdf.wsclient.openapi
Class MetadataPopup
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataPopup
-
public class MetadataPopup extends Object
Defines a set of attributes concerning the annotation's popup.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IS_OPENstatic StringJSON_PROPERTY_RECTANGLE
-
Constructor Summary
Constructors Constructor Description MetadataPopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable BooleangetIsOpen()When set to true, the popup shall be displayed, when opening the document.@NotNull MetadataRectanglegetRectangle()Get rectangleinthashCode()MetadataPopupisOpen(Boolean isOpen)MetadataPopuprectangle(MetadataRectangle rectangle)voidsetIsOpen(Boolean isOpen)voidsetRectangle(MetadataRectangle rectangle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_IS_OPEN
public static final String JSON_PROPERTY_IS_OPEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RECTANGLE
public static final String JSON_PROPERTY_RECTANGLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isOpen
public MetadataPopup isOpen(Boolean isOpen)
-
getIsOpen
@Nullable public @Nullable Boolean getIsOpen()
When set to true, the popup shall be displayed, when opening the document.- Returns:
- isOpen
-
setIsOpen
public void setIsOpen(Boolean isOpen)
-
rectangle
public MetadataPopup rectangle(MetadataRectangle rectangle)
-
getRectangle
@NotNull public @NotNull MetadataRectangle getRectangle()
Get rectangle- Returns:
- rectangle
-
setRectangle
public void setRectangle(MetadataRectangle rectangle)
-
-