Class BlackenType


  • public class BlackenType
    extends Object
     <?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">If this element is set, all redact annotations placed in the document will be converted into actual content redactions. Content obscured by such an annotation will be irretrievably removed from the page content.</p>
     

    Java class for BlackenType complex type.

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

    
     <complexType name="BlackenType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="collisionRatio" default="30">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <maxInclusive value="100"/>
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="redactTexts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="redactImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="redactAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="redactPaths" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • collisionRatio

        protected Integer collisionRatio
      • redactTexts

        protected Boolean redactTexts
      • redactImages

        protected Boolean redactImages
      • redactAnnotations

        protected Boolean redactAnnotations
      • redactPaths

        protected Boolean redactPaths
    • Constructor Detail

      • BlackenType

        public BlackenType()
    • Method Detail

      • getCollisionRatio

        public int getCollisionRatio()
        Gets the value of the collisionRatio property.
        Returns:
        possible object is Integer
      • setCollisionRatio

        public void setCollisionRatio​(int value)
        Sets the value of the collisionRatio property.
        Parameters:
        value - allowed object is Integer
      • isSetCollisionRatio

        public boolean isSetCollisionRatio()
      • unsetCollisionRatio

        public void unsetCollisionRatio()
      • isRedactTexts

        public boolean isRedactTexts()
        Gets the value of the redactTexts property.
        Returns:
        possible object is Boolean
      • setRedactTexts

        public void setRedactTexts​(boolean value)
        Sets the value of the redactTexts property.
        Parameters:
        value - allowed object is Boolean
      • isSetRedactTexts

        public boolean isSetRedactTexts()
      • unsetRedactTexts

        public void unsetRedactTexts()
      • isRedactImages

        public boolean isRedactImages()
        Gets the value of the redactImages property.
        Returns:
        possible object is Boolean
      • setRedactImages

        public void setRedactImages​(boolean value)
        Sets the value of the redactImages property.
        Parameters:
        value - allowed object is Boolean
      • isSetRedactImages

        public boolean isSetRedactImages()
      • unsetRedactImages

        public void unsetRedactImages()
      • isRedactAnnotations

        public boolean isRedactAnnotations()
        Gets the value of the redactAnnotations property.
        Returns:
        possible object is Boolean
      • setRedactAnnotations

        public void setRedactAnnotations​(boolean value)
        Sets the value of the redactAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • isSetRedactAnnotations

        public boolean isSetRedactAnnotations()
      • unsetRedactAnnotations

        public void unsetRedactAnnotations()
      • isRedactPaths

        public boolean isRedactPaths()
        Gets the value of the redactPaths property.
        Returns:
        possible object is Boolean
      • setRedactPaths

        public void setRedactPaths​(boolean value)
        Sets the value of the redactPaths property.
        Parameters:
        value - allowed object is Boolean
      • isSetRedactPaths

        public boolean isSetRedactPaths()
      • unsetRedactPaths

        public void unsetRedactPaths()