Class OperationConverterReport


  • public class OperationConverterReport
    extends Object
    Can be used to enable expanded error reporting for text-based documents (e.g., Word).
    • Constructor Detail

      • OperationConverterReport

        public OperationConverterReport()
    • Method Detail

      • getContentProblems

        @Nullable
        public @Nullable Boolean getContentProblems()
        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: * Unicode resolution of characters is not possible * Vertical text elements * Unsupported text effects * Unsupported graphics compression * Unsupported colour space * Non-integrated sub-document that was not converted * Tables with a \"right-to-left\" alignment in the content * The document contains mathematical formulas
        Returns:
        contentProblems
      • setContentProblems

        public void setContentProblems​(Boolean contentProblems)
      • getFontAliasUsage

        @Nullable
        public @Nullable Boolean getFontAliasUsage()
        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.
        Returns:
        fontAliasUsage
      • setFontAliasUsage

        public void setFontAliasUsage​(Boolean fontAliasUsage)
      • getFontIsMissing

        @Nullable
        public @Nullable Boolean getFontIsMissing()
        If \"true\", then an error (ERR\\_CONVERTER\\_FONT\\_IS\\_MISSING) is triggered if a font was not found during conversion.
        Returns:
        fontIsMissing
      • setFontIsMissing

        public void setFontIsMissing​(Boolean fontIsMissing)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object