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:
SaveOptions

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

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.