Class ConverterReportType


  • public class ConverterReportType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" 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
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_CONTENT_PROBLEMS) is triggered if a problem occurs with a content item during the conversion. The following are among the problems:
                                 <ul><li>Unicode resolution of characters is not possible</li><li>Vertical text elements</li><li>Unsupported text effects</li><li>Unsupported graphics compression</li><li>Unsupported colour space</li><li>Non-integrated sub-document that was not converted</li><li>Tables with a "right-to-left" alignment in the content</li><li>The document contains mathematical formulas</li></ul></p>
         
      • fontAliasUsage

        protected Boolean fontAliasUsage
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_FONT_ALIAS_USED) is triggered if a font was not found during conversion and in its place a substitute (alias) font was used.</p>
         
      • fontIsMissing

        protected Boolean fontIsMissing
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_FONT_IS_MISSING) is triggered if a font was not found during conversion.</p>
         
    • Constructor Detail

      • ConverterReportType

        public ConverterReportType()
    • Method Detail

      • isContentProblems

        public boolean isContentProblems()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_CONTENT_PROBLEMS) is triggered if a problem occurs with a content item during the conversion. The following are among the problems:
                                 <ul><li>Unicode resolution of characters is not possible</li><li>Vertical text elements</li><li>Unsupported text effects</li><li>Unsupported graphics compression</li><li>Unsupported colour space</li><li>Non-integrated sub-document that was not converted</li><li>Tables with a "right-to-left" alignment in the content</li><li>The document contains mathematical formulas</li></ul></p>
         
        Returns:
        possible object is Boolean
      • setContentProblems

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

        public boolean isSetContentProblems()
      • unsetContentProblems

        public void unsetContentProblems()
      • isFontAliasUsage

        public boolean isFontAliasUsage()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_FONT_ALIAS_USED) is triggered if a font was not found during conversion and in its place a substitute (alias) font was used.</p>
         
        Returns:
        possible object is Boolean
      • setFontAliasUsage

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

        public boolean isSetFontAliasUsage()
      • unsetFontAliasUsage

        public void unsetFontAliasUsage()
      • isFontIsMissing

        public boolean isFontIsMissing()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true", then an error (ERR_CONVERTER_FONT_IS_MISSING) is triggered if a font was not found during conversion.</p>
         
        Returns:
        possible object is Boolean
      • setFontIsMissing

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

        public boolean isSetFontIsMissing()
      • unsetFontIsMissing

        public void unsetFontIsMissing()