Package com.grapecity.documents.excel
Class XltxSaveOptions
java.lang.Object
com.grapecity.documents.excel.SaveOptionsBase
com.grapecity.documents.excel.XlsxSaveOptions
com.grapecity.documents.excel.XltxSaveOptions
Option class for saving xltx file.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.XlsxSaveOptions
getExcludeEmptyRegionCells, getExcludeUnusedNames, getExcludeUnusedStyles, getIgnoreFormulas, getIncludeAutoMergedCells, getIncludeBindingSource, getIsCompactMode, getPassword, setExcludeEmptyRegionCells, setExcludeUnusedNames, setExcludeUnusedStyles, setIgnoreFormulas, setIncludeAutoMergedCells, setIncludeBindingSource, setIsCompactMode, setPassword, toStringMethods inherited from class com.grapecity.documents.excel.SaveOptionsBase
getFileFormat, setFileFormat
-
Constructor Details
-
XltxSaveOptions
public XltxSaveOptions()Constructs a new XltxSaveOptions obejct.
-