com.aspose.words
Class HtmlElementSizeOutputMode

java.lang.Object
    extended by 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 intALL = 0
           All element sizes, both in absolute and relative units, specified in the document are exported.
static final intRELATIVE_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 intNONE = 2
           Element sizes are not exported. Visual agents will build layout automatically according to relationship between elements.
 

Field Detail

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.