Class MetadataPagePages


  • public class MetadataPagePages
    extends Object
    MetadataPagePages
    • Constructor Detail

      • MetadataPagePages

        public MetadataPagePages()
    • Method Detail

      • getBoxes

        @NotNull
        public @NotNull MetadataBoxes getBoxes()
        Get boxes
        Returns:
        boxes
      • getHeight

        @Nullable
        public @Nullable Float getHeight()
        The height of this page in points. minimum: 0
        Returns:
        height
      • setHeight

        public void setHeight​(Float height)
      • getLabel

        @Nullable
        public @Nullable String getLabel()
        The page label of this page.
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getNumber

        @Nullable
        public @Nullable Integer getNumber()
        The page number of this page. minimum: 0
        Returns:
        number
      • setNumber

        public void setNumber​(Integer number)
      • 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)
      • getRotation

        @Nullable
        public @Nullable Integer getRotation()
        The rotation of this page in degrees. minimum: 0
        Returns:
        rotation
      • setRotation

        public void setRotation​(Integer rotation)
      • getWidth

        @Nullable
        public @Nullable Float getWidth()
        The width of this page in points. minimum: 0
        Returns:
        width
      • setWidth

        public void setWidth​(Float width)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object