com.grapecity.documents.excel Package / CssExportType Enumeration
CssExportType Enumeration
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