|
java.lang.Object
com.aspose.words.CssStyleSheetType
public class CssStyleSheetType - extends java.lang.Object
Utility class containing constants.
Specifies how CSS (Cascading Style Sheet) styles are exported to HTML.
- See Also:
- SaveOptions
|
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.
|
INLINE | |
public static final int INLINE |
-
CSS styles are written inline (as a value of the style attribute on every element).
EMBEDDED | |
public static final int EMBEDDED |
-
CSS styles are written separately from the content in a style sheet embedded in the HTML file.
EXTERNAL | |
public 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.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|