Enum OperationConverterHtml.ImageModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationConverterHtml.ImageModeEnum>
    Enclosing class:
    OperationConverterHtml

    public static enum OperationConverterHtml.ImageModeEnum
    extends Enum<OperationConverterHtml.ImageModeEnum>
    This defines how downloaded images are inserted into the HTML content (with reference to the `<downloadImages>` parameter). When referencing large images in the HTML content, it is recommended to use `<file>` to reduce the size of the HTML file and speed up the rendering of the HTML. * base64 = embed images as BASE64 content * file = embed images as file links to local temporary files