Class FreeTextAnnotationType.Position

  • Enclosing class:
    FreeTextAnnotationType

    public static class FreeTextAnnotationType.Position
    extends Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice minOccurs="0">
             <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • rectangle

        protected RectangleType rectangle
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Select an unrotated rectangular position.</p>
         
    • Constructor Detail

      • Position

        public Position()
    • Method Detail

      • getRectangle

        public RectangleType getRectangle()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Select an unrotated rectangular position.</p>
         
        Returns:
        possible object is RectangleType
      • isSetRectangle

        public boolean isSetRectangle()