public class PclSaveOptions extends PaginatedSaveOptions
| Constructor and Description |
|---|
PclSaveOptions()
Creates the options for saving pdf file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPrinterFont(java.lang.String fontFullName,
java.lang.String fontPclName)
Adds information about font that is already added to the printer by manufacturer.
|
boolean |
getEmbedFont()
Indicates whether to embed font into the output Pcl file.
|
void |
setEmbedFont(boolean value)
Indicates whether to embed font into the output Pcl file.
|
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 boolean getEmbedFont()
Remarks
The default value is true.public void setEmbedFont(boolean value)
Remarks
The default value is true.public void addPrinterFont(java.lang.String fontFullName,
java.lang.String fontPclName)
Remarks
There are 52 fonts that are to be built in any printer according to Pcl specification. However manufactures can add some other fonts to their devices.fontFullName - Full name of the font (e.g. "Times New Roman Bold Italic") used in the source file.fontPclName - Name of the font that will be used in the output Pcl document.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.