Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CssExportType Enumeration
In This Topic
    CssExportType Enumeration
    In This Topic
    CSS export type.
    Members
    MemberDescription
    ExternalExport CSS to an external CSS file.
    InlineExport CSS with style attribute inside HTML elements.
    InternalExport CSS with the style tag in HTML.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.CssExportType

    See Also