Package net.webpdf.wsclient.openapi
Class MetadataPagePages
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataPagePages
-
public class MetadataPagePages extends Object
MetadataPagePages
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BOXESstatic StringJSON_PROPERTY_HEIGHTstatic StringJSON_PROPERTY_LABELstatic StringJSON_PROPERTY_NUMBERstatic StringJSON_PROPERTY_OBJECT_KEYstatic StringJSON_PROPERTY_ROTATIONstatic StringJSON_PROPERTY_WIDTH
-
Constructor Summary
Constructors Constructor Description MetadataPagePages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataPagePagesboxes(MetadataBoxes boxes)booleanequals(Object o)@NotNull MetadataBoxesgetBoxes()Get boxes@Nullable FloatgetHeight()The height of this page in points.@Nullable StringgetLabel()The page label of this page.@Nullable IntegergetNumber()The page number of this page.@Nullable StringgetObjectKey()The object ID of the page.@Nullable IntegergetRotation()The rotation of this page in degrees.@Nullable FloatgetWidth()The width of this page in points.inthashCode()MetadataPagePagesheight(Float height)MetadataPagePageslabel(String label)MetadataPagePagesnumber(Integer number)MetadataPagePagesobjectKey(String objectKey)MetadataPagePagesrotation(Integer rotation)voidsetBoxes(MetadataBoxes boxes)voidsetHeight(Float height)voidsetLabel(String label)voidsetNumber(Integer number)voidsetObjectKey(String objectKey)voidsetRotation(Integer rotation)voidsetWidth(Float width)StringtoString()MetadataPagePageswidth(Float width)
-
-
-
Field Detail
-
JSON_PROPERTY_BOXES
public static final String JSON_PROPERTY_BOXES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HEIGHT
public static final String JSON_PROPERTY_HEIGHT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_LABEL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NUMBER
public static final String JSON_PROPERTY_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBJECT_KEY
public static final String JSON_PROPERTY_OBJECT_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROTATION
public static final String JSON_PROPERTY_ROTATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WIDTH
public static final String JSON_PROPERTY_WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
boxes
public MetadataPagePages boxes(MetadataBoxes boxes)
-
getBoxes
@NotNull public @NotNull MetadataBoxes getBoxes()
Get boxes- Returns:
- boxes
-
setBoxes
public void setBoxes(MetadataBoxes boxes)
-
height
public MetadataPagePages height(Float height)
-
getHeight
@Nullable public @Nullable Float getHeight()
The height of this page in points. minimum: 0- Returns:
- height
-
setHeight
public void setHeight(Float height)
-
label
public MetadataPagePages label(String label)
-
getLabel
@Nullable public @Nullable String getLabel()
The page label of this page.- Returns:
- label
-
setLabel
public void setLabel(String label)
-
number
public MetadataPagePages number(Integer number)
-
getNumber
@Nullable public @Nullable Integer getNumber()
The page number of this page. minimum: 0- Returns:
- number
-
setNumber
public void setNumber(Integer number)
-
objectKey
public MetadataPagePages objectKey(String objectKey)
-
getObjectKey
@Nullable public @Nullable String getObjectKey()
The object ID of the page. **Info:** A PDF object ID consists of two numbers, where the first number selects the object's number and the second the \"generation\" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object.- Returns:
- objectKey
-
setObjectKey
public void setObjectKey(String objectKey)
-
rotation
public MetadataPagePages rotation(Integer rotation)
-
getRotation
@Nullable public @Nullable Integer getRotation()
The rotation of this page in degrees. minimum: 0- Returns:
- rotation
-
setRotation
public void setRotation(Integer rotation)
-
width
public MetadataPagePages width(Float width)
-
getWidth
@Nullable public @Nullable Float getWidth()
The width of this page in points. minimum: 0- Returns:
- width
-
setWidth
public void setWidth(Float width)
-
-