Class PageType

  • Direct Known Subclasses:
    ConverterPageType, UrlConverterPageType

    public class PageType
    extends MarginType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define a page format for an operation.</p>
     

    Java class for PageType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PageType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}MarginType">
           <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" default="210" />
           <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" default="297" />
           <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PageType

        public PageType()
    • Method Detail

      • getWidth

        public int getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Integer
      • setWidth

        public void setWidth​(int value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Integer
      • isSetWidth

        public boolean isSetWidth()
      • unsetWidth

        public void unsetWidth()
      • getHeight

        public int getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Integer
      • setHeight

        public void setHeight​(int value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Integer
      • isSetHeight

        public boolean isSetHeight()
      • unsetHeight

        public void unsetHeight()
      • getMetrics

        public MetricsType getMetrics()
        Gets the value of the metrics property.
        Returns:
        possible object is MetricsType
      • setMetrics

        public void setMetrics​(MetricsType value)
        Sets the value of the metrics property.
        Parameters:
        value - allowed object is MetricsType
      • isSetMetrics

        public boolean isSetMetrics()