Package net.webpdf.wsclient.openapi
Class OperationConverterReport
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationConverterReport
-
public class OperationConverterReport extends Object
Can be used to enable expanded error reporting for text-based documents (e.g., Word).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENT_PROBLEMSstatic StringJSON_PROPERTY_FONT_ALIAS_USAGEstatic StringJSON_PROPERTY_FONT_IS_MISSING
-
Constructor Summary
Constructors Constructor Description OperationConverterReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationConverterReportcontentProblems(Boolean contentProblems)booleanequals(Object o)OperationConverterReportfontAliasUsage(Boolean fontAliasUsage)OperationConverterReportfontIsMissing(Boolean fontIsMissing)@Nullable BooleangetContentProblems()If \"true\", then an error (ERR\\_CONVERTER\\_CONTENT\\_PROBLEMS) is triggered if a problem occurs with a content item during the conversion.@Nullable BooleangetFontAliasUsage()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.@Nullable BooleangetFontIsMissing()If \"true\", then an error (ERR\\_CONVERTER\\_FONT\\_IS\\_MISSING) is triggered if a font was not found during conversion.inthashCode()voidsetContentProblems(Boolean contentProblems)voidsetFontAliasUsage(Boolean fontAliasUsage)voidsetFontIsMissing(Boolean fontIsMissing)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONTENT_PROBLEMS
public static final String JSON_PROPERTY_CONTENT_PROBLEMS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FONT_ALIAS_USAGE
public static final String JSON_PROPERTY_FONT_ALIAS_USAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FONT_IS_MISSING
public static final String JSON_PROPERTY_FONT_IS_MISSING
- See Also:
- Constant Field Values
-
-
Method Detail
-
contentProblems
public OperationConverterReport contentProblems(Boolean contentProblems)
-
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)
-
fontAliasUsage
public OperationConverterReport fontAliasUsage(Boolean fontAliasUsage)
-
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)
-
fontIsMissing
public OperationConverterReport fontIsMissing(Boolean fontIsMissing)
-
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)
-
-