Enum HtmlElementSizeOutputMode

Enum HtmlElementSizeOutputMode

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB.

public enum HtmlElementSizeOutputMode

Fields

All = 0

All element sizes, both in absolute and relative units, specified in the document are exported.

None = 2

Element sizes are not exported. Visual agents will build layout automatically according to relationship between elements.

RelativeOnly = 1

Element sizes are exported only if they are specified in relative units in the document. Fixed sizes are not exported in this mode. Visual agents will calculate missing sizes to make document layout more natural.

See Also

HtmlSaveOptions.TableWidthOutputMode