Class MarkupType


  • public class MarkupType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a set of attributes for text markup annotations.</p>
     

    Java class for MarkupType complex type

    .

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

    
     <complexType name="MarkupType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="richContents" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="relation" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="group" type="{http://schema.webpdf.de/1.0/extraction/info}GroupRelationType"/>
                       <element name="mark" type="{http://schema.webpdf.de/1.0/extraction/info}MarkRelationType"/>
                       <element name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateRelationType"/>
                       <element name="comment" type="{http://schema.webpdf.de/1.0/extraction/info}CommentRelationType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="opacity" type="{http://schema.webpdf.de/1.0/extraction/info}OpacityType" default="100" />
           <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="intents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • richContents

        protected String richContents
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">A richtext string containing defining style and contents of the annotation. (This String shall conform to the richtext conventions of the XML Forms Specification (XFA)).</p>
         
      • relation

        protected MarkupType.Relation relation
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the relation of this annotation to other annotations.</p>
         
      • opacity

        protected Integer opacity
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotations opacity as a percentage, where 100 is fully oqaque and 0 is fully transparent.</p>
         
      • creationDate

        protected String creationDate
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the annotation's creation. This string will contain the date in ASN.1 standard format. (D:YYYYMMDDHHmmSSOHH'mm)</p>
         
      • subject

        protected String subject
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation's subject.</p>
         
      • intents

        protected String intents
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation's intents. Depending on the annotation sub type the intents value shall serve further purposes.</p>
         
      • creator

        protected String creator
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the annotation's author.</p>
         
    • Constructor Detail

      • MarkupType

        public MarkupType()
    • Method Detail

      • getRichContents

        public String getRichContents()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">A richtext string containing defining style and contents of the annotation. (This String shall conform to the richtext conventions of the XML Forms Specification (XFA)).</p>
         
        Returns:
        possible object is String
      • setRichContents

        public void setRichContents​(String value)
        Sets the value of the richContents property.
        Parameters:
        value - allowed object is String
        See Also:
        getRichContents()
      • getRelation

        public MarkupType.Relation getRelation()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the relation of this annotation to other annotations.</p>
         
        Returns:
        possible object is MarkupType.Relation
      • getOpacity

        public int getOpacity()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotations opacity as a percentage, where 100 is fully oqaque and 0 is fully transparent.</p>
         
        Returns:
        possible object is Integer
      • setOpacity

        public void setOpacity​(Integer value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getOpacity()
      • getCreationDate

        public String getCreationDate()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The date of the annotation's creation. This string will contain the date in ASN.1 standard format. (D:YYYYMMDDHHmmSSOHH'mm)</p>
         
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(String value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is String
        See Also:
        getCreationDate()
      • getSubject

        public String getSubject()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation's subject.</p>
         
        Returns:
        possible object is String
      • setSubject

        public void setSubject​(String value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is String
        See Also:
        getSubject()
      • getIntents

        public String getIntents()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation's intents. Depending on the annotation sub type the intents value shall serve further purposes.</p>
         
        Returns:
        possible object is String
      • setIntents

        public void setIntents​(String value)
        Sets the value of the intents property.
        Parameters:
        value - allowed object is String
        See Also:
        getIntents()
      • getCreator

        public String getCreator()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the annotation's author.</p>
         
        Returns:
        possible object is String
      • setCreator

        public void setCreator​(String value)
        Sets the value of the creator property.
        Parameters:
        value - allowed object is String
        See Also:
        getCreator()