com.aspose.words
Class CssStyleSheetType

java.lang.Object
    extended by 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:
HtmlSaveOptions.CssStyleSheetType

Field Summary
static final intINLINE = 0
           CSS styles are written inline (as a value of the style attribute on every element).
static final intEMBEDDED = 1
           CSS styles are written separately from the content in a style sheet embedded in the HTML file.
static final intEXTERNAL = 2
           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
CSS styles are written inline (as a value of the style attribute on every element).

EMBEDDED = 1

public static final int EMBEDDED
CSS styles are written separately from the content in a style sheet embedded in the HTML file.

EXTERNAL = 2

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.