java.lang.Object
com.aspose.words.HtmlElementSizeOutputMode
public class HtmlElementSizeOutputMode
- extends java.lang.Object
Utility class containing constants.
Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB.
- See Also:
- HtmlSaveOptions.TableWidthOutputMode
Field Summary |
static final int | ALL = 0 | |
All element sizes, both in absolute and relative units, specified in the document are exported.
|
static final int | RELATIVE_ONLY = 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.
|
static final int | NONE = 2 | |
Element sizes are not exported. Visual agents will build layout automatically according to relationship between elements.
|
ALL = 0 | |
public static final int ALL |
-
All element sizes, both in absolute and relative units, specified in the document are exported.
RELATIVE_ONLY = 1 | |
public static final int RELATIVE_ONLY |
-
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.
NONE = 2 | |
public static final int NONE |
-
Element sizes are not exported. Visual agents will build layout automatically according to relationship between elements.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.