Class ConverterReportType


  • public class ConverterReportType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Can be used to enable expanded error reporting for text-based documents (e.g., Word).</p>
     

    Java class for ConverterReportType complex type.

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

    
     <complexType name="ConverterReportType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="contentProblems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="fontAliasUsage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="fontIsMissing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • contentProblems

        protected Boolean contentProblems
      • fontAliasUsage

        protected Boolean fontAliasUsage
      • fontIsMissing

        protected Boolean fontIsMissing
    • Constructor Detail

      • ConverterReportType

        public ConverterReportType()
    • Method Detail

      • isContentProblems

        public boolean isContentProblems()
        Gets the value of the contentProblems property.
        Returns:
        possible object is Boolean
      • setContentProblems

        public void setContentProblems​(boolean value)
        Sets the value of the contentProblems property.
        Parameters:
        value - allowed object is Boolean
      • isSetContentProblems

        public boolean isSetContentProblems()
      • unsetContentProblems

        public void unsetContentProblems()
      • isFontAliasUsage

        public boolean isFontAliasUsage()
        Gets the value of the fontAliasUsage property.
        Returns:
        possible object is Boolean
      • setFontAliasUsage

        public void setFontAliasUsage​(boolean value)
        Sets the value of the fontAliasUsage property.
        Parameters:
        value - allowed object is Boolean
      • isSetFontAliasUsage

        public boolean isSetFontAliasUsage()
      • unsetFontAliasUsage

        public void unsetFontAliasUsage()
      • isFontIsMissing

        public boolean isFontIsMissing()
        Gets the value of the fontIsMissing property.
        Returns:
        possible object is Boolean
      • setFontIsMissing

        public void setFontIsMissing​(boolean value)
        Sets the value of the fontIsMissing property.
        Parameters:
        value - allowed object is Boolean
      • isSetFontIsMissing

        public boolean isSetFontIsMissing()
      • unsetFontIsMissing

        public void unsetFontIsMissing()