public class MarkdownSaveOptions extends SaveOptions
| Constructor and Description |
|---|
MarkdownSaveOptions()
Creates options for saving markdown document
|
| Modifier and Type | Method and Description |
|---|---|
char |
getAlignColumnPadding()
Indicates whether column alignment is enabled for generated Markdown tables.
|
boolean |
getCalculateFormula()
Indicates whether to calculate formulas before saving markdown file.
|
Encoding |
getEncoding()
Gets the default encoding.
|
boolean |
getExportHyperlinkAsReference()
Indicates whether to export hyperlink using reference definitions instead of inline format.
|
boolean |
getExportImagesAsBase64()
Specifies whether images are saved in Base64 format to Markdown.
|
int |
getFormatStrategy()
Gets the format strategy when exporting the cell value as string.
|
ImageOrPrintOptions |
getImageOptions()
Get the ImageOrPrintOptions object before exporting
|
LightCellsDataProvider |
getLightCellsDataProvider()
The Data provider to provide cells data for saving workbook in light mode.
|
java.lang.String |
getLineSeparator()
Gets the line separator.
|
SheetSet |
getSheetSet()
Gets the sheets to render.
|
boolean |
getSplitTablesByBlankRow()
Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.
|
IStreamProvider |
getStreamProvider()
Gets the IStreamProvider for exporting objects.
|
int |
getTableHeaderType()
Gets how set the header of the table.
|
void |
setAlignColumnPadding(char value)
Indicates whether column alignment is enabled for generated Markdown tables.
|
void |
setCalculateFormula(boolean value)
Indicates whether to calculate formulas before saving markdown file.
|
void |
setEncoding(Encoding value)
Sets the default encoding.
|
void |
setExportHyperlinkAsReference(boolean value)
Indicates whether to export hyperlink using reference definitions instead of inline format.
|
void |
setExportImagesAsBase64(boolean value)
Specifies whether images are saved in Base64 format to Markdown.
|
void |
setFormatStrategy(int value)
Sets the format strategy when exporting the cell value as string.
|
void |
setLightCellsDataProvider(LightCellsDataProvider value)
The Data provider to provide cells data for saving workbook in light mode.
|
void |
setLineSeparator(java.lang.String value)
Sets the line separator.
|
void |
setSheetSet(SheetSet value)
Sets the sheets to render.
|
void |
setSplitTablesByBlankRow(boolean value)
Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.
|
void |
setStreamProvider(IStreamProvider value)
Sets the IStreamProvider for exporting objects.
|
void |
setTableHeaderType(int value)
Sets how set the header of the table.
|
getCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic MarkdownSaveOptions()
public Encoding getEncoding()
public void setEncoding(Encoding value)
public int getFormatStrategy()
public void setFormatStrategy(int value)
public LightCellsDataProvider getLightCellsDataProvider()
public void setLightCellsDataProvider(LightCellsDataProvider value)
public java.lang.String getLineSeparator()
public void setLineSeparator(java.lang.String value)
public int getTableHeaderType()
public void setTableHeaderType(int value)
public SheetSet getSheetSet()
SheetSet.getActive().
Remarks
The set is ignored when it is used inSheetRenderpublic void setSheetSet(SheetSet value)
SheetSet.getActive().
Remarks
The set is ignored when it is used inSheetRenderpublic ImageOrPrintOptions getImageOptions()
public boolean getExportImagesAsBase64()
Remarks
When this property is set to true image data is exported directly on the img elements and separate files are not created.public void setExportImagesAsBase64(boolean value)
Remarks
When this property is set to true image data is exported directly on the img elements and separate files are not created.public IStreamProvider getStreamProvider()
null, the exported objects will be saved to the same directory as the output file.public void setStreamProvider(IStreamProvider value)
null, the exported objects will be saved to the same directory as the output file.public boolean getCalculateFormula()
Remarks
The default value is false.public void setCalculateFormula(boolean value)
Remarks
The default value is false.public boolean getExportHyperlinkAsReference()
public void setExportHyperlinkAsReference(boolean value)
public char getAlignColumnPadding()
public void setAlignColumnPadding(char value)
public boolean getSplitTablesByBlankRow()
public void setSplitTablesByBlankRow(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.