Class RedactAnnotationType


  • public class RedactAnnotationType
    extends BaseAnnotationType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that marks page content for redaction.</p>
     

    Java class for RedactAnnotationType complex type

    .

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

    
     <complexType name="RedactAnnotationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType">
           <all>
             <element name="position" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice maxOccurs="unbounded" minOccurs="0">
                       <element name="pathElement" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
                       <element name="quadrilateral" type="{http://schema.webpdf.de/1.0/operation}QuadrilateralType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
           <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • position

        protected RedactAnnotationType.Position position
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the pathelements in which the annotation shall be positioned.</p>
         
      • interiorColor

        protected String interiorColor
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation color will change the interior color of visible annotations. The color needs to be specified as a hexadecimal RGB value with a number sign before it.</p>
         
    • Constructor Detail

      • RedactAnnotationType

        public RedactAnnotationType()
    • Method Detail

      • getPosition

        public RedactAnnotationType.Position getPosition()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the pathelements in which the annotation shall be positioned.</p>
         
        Returns:
        possible object is RedactAnnotationType.Position
      • isSetPosition

        public boolean isSetPosition()
      • getInteriorColor

        public String getInteriorColor()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation color will change the interior color of visible annotations. The color needs to be specified as a hexadecimal RGB value with a number sign before it.</p>
         
        Returns:
        possible object is String
      • setInteriorColor

        public void setInteriorColor​(String value)
        Sets the value of the interiorColor property.
        Parameters:
        value - allowed object is String
        See Also:
        getInteriorColor()
      • isSetInteriorColor

        public boolean isSetInteriorColor()