public class DocxSaveOptions extends PaginatedSaveOptions
| Constructor and Description |
|---|
DocxSaveOptions()
Represents options of saving .docx file.
|
DocxSaveOptions(boolean saveAsImage)
Represents options of saving .docx file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsFlatOpc()
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
|
boolean |
getAsNormalView()
Exporting Excel file to docx fiel as normal view.
|
boolean |
getEmbedXlsxAsChartDataSource()
Indicates whether embedding an xlsx file as data source of the chart.
|
boolean |
getSaveAsEditableShapes()
Save all drawing objects as editable shapes in the word file, so you can edit them in Word.
|
boolean |
getSaveAsEditableShaps()
Deprecated.
Use SaveFormat.SaveAsEditableShapes instead.
|
int |
getSaveElementType()
Indicates which elements should be saved.
|
void |
setAsFlatOpc(boolean value)
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
|
void |
setAsNormalView(boolean value)
Exporting Excel file to docx fiel as normal view.
|
void |
setEmbedXlsxAsChartDataSource(boolean value)
Indicates whether embedding an xlsx file as data source of the chart.
|
void |
setSaveAsEditableShapes(boolean value)
Save all drawing objects as editable shapes in the word file, so you can edit them in Word.
|
void |
setSaveAsEditableShaps(boolean value)
Deprecated.
Use SaveFormat.SaveAsEditableShapes instead.
|
void |
setSaveElementType(int value)
Indicates which elements should be saved.
|
getAllColumnsInOnePagePerSheet, getCheckFontCompatibility, getCheckWorkbookDefaultFont, getCustomRenderSettings, getDefaultEditLanguage, getDefaultFont, getDrawObjectEventHandler, getEmfRenderSetting, getGridlineColor, getGridlineType, getIgnoreError, getOnePagePerSheet, getOutputBlankPageWhenNothingToPrint, getPageCount, getPageIndex, getPageSavingCallback, getPrintingPageType, getSheetSet, getTextCrossType, isFontSubstitutionCharGranularity, setAllColumnsInOnePagePerSheet, setCheckFontCompatibility, setCheckWorkbookDefaultFont, setCustomRenderSettings, setDefaultEditLanguage, setDefaultFont, setDrawObjectEventHandler, setEmfRenderSetting, setFontSubstitutionCharGranularity, setGridlineColor, setGridlineType, setIgnoreError, setOnePagePerSheet, setOutputBlankPageWhenNothingToPrint, setPageCount, setPageIndex, setPageSavingCallback, setPrintingPageType, setSheetSet, setTextCrossTypegetCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic DocxSaveOptions()
public DocxSaveOptions(boolean saveAsImage)
saveAsImage - If True, the workbook will be converted into some pictures of .docx file.
If False, the workbook will be converted into some tables of .docx file.public boolean getSaveAsEditableShaps()
Remarks
NOTE: This member is now obsolete. Instead, please usegetSaveAsEditableShapes() property.
This property will be removed 6 months later since May 2025.
Aspose apologizes for any inconvenience you may have experienced.public void setSaveAsEditableShaps(boolean value)
Remarks
NOTE: This member is now obsolete. Instead, please usegetSaveAsEditableShapes() property.
This property will be removed 6 months later since May 2025.
Aspose apologizes for any inconvenience you may have experienced.public boolean getSaveAsEditableShapes()
Remarks
Only for charts.public void setSaveAsEditableShapes(boolean value)
Remarks
Only for charts.public boolean getEmbedXlsxAsChartDataSource()
Remarks
The default value is true.public void setEmbedXlsxAsChartDataSource(boolean value)
Remarks
The default value is true.public boolean getAsFlatOpc()
public void setAsFlatOpc(boolean value)
public int getSaveElementType()
See SaveElementType.
public void setSaveElementType(int value)
See SaveElementType.
public boolean getAsNormalView()
public void setAsNormalView(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.