java.lang.Objectcom.aspose.words.CssStyleSheetType
public class CssStyleSheetType
Field Summary | ||
---|---|---|
static final int | INLINE | |
CSS styles are written inline (as a value of the style attribute on every element). | ||
static final int | EMBEDDED | |
CSS styles are written separately from the content in a style sheet embedded in the HTML file. | ||
static final int | EXTERNAL | |
CSS styles are written separately from the content in a style sheet in an external file. The HTML file links the style sheet. |
Field Detail |
---|
INLINE = 0 | |
public static final int INLINE |
EMBEDDED = 1 | |
public static final int EMBEDDED |
EXTERNAL = 2 | |
public static final int EXTERNAL |