Class OutlineType

  • All Implemented Interfaces:
    ParameterInterface

    public class OutlineType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The outline operation element can be used to change the outline in the document.</p>
     

    Java class for OutlineType complex type.

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

    
     <complexType name="OutlineType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="add">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice maxOccurs="unbounded">
                       <element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="remove">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice maxOccurs="unbounded">
                       <element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemReferenceType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="clear" type="{http://schema.webpdf.de/1.0/operation}ClearType"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OutlineType

        public OutlineType()
    • Method Detail

      • isSetAdd

        public boolean isSetAdd()
      • isSetRemove

        public boolean isSetRemove()
      • getClear

        public ClearType getClear()
        Gets the value of the clear property.
        Returns:
        possible object is ClearType
      • setClear

        public void setClear​(ClearType value)
        Sets the value of the clear property.
        Parameters:
        value - allowed object is ClearType
      • isSetClear

        public boolean isSetClear()