Class WordContentType

  • Direct Known Subclasses:
    WordType

    public class WordContentType
    extends ContentType

    Java class for WordContentType complex type.

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

    
     <complexType name="WordContentType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/extraction/text}ContentType">
           <sequence>
             <element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/text}RectangleType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WordContentType

        public WordContentType()
    • Method Detail

      • getRectangle

        public List<RectangleType> getRectangle()
        Gets the value of the rectangle property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rectangle property.

        For example, to add a new item, do as follows:

            getRectangle().add(newItem);
         

        Objects of the following type(s) are allowed in the list RectangleType

        Returns:
        The value of the rectangle property.
      • isSetRectangle

        public boolean isSetRectangle()
      • unsetRectangle

        public void unsetRectangle()