public class PdfSaveOptions extends SaveOptions
Save options for export to Pdf format
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Constructor and Description |
---|
PdfSaveOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFontName()
Font name used by default for fonts which are absent on computer.
|
String |
getTempPath()
Path for temporary files.
|
void |
setDefaultFontName(String value)
Font name used by default for fonts which are absent on computer.
|
void |
setTempPath(String value)
Path for temporary files.
|
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public final String getTempPath()
Path for temporary files.
public final void setTempPath(String value)
Path for temporary files.
value
- String valuepublic String getDefaultFontName()
Font name used by default for fonts which are absent on computer.
When the PDF document that is saved into PDF contains fonts, that are not available
in the document itself and on the device, API replaces this fonts with the
default font(if font with DefaultFontName
is found on device)
public void setDefaultFontName(String value)
Font name used by default for fonts which are absent on computer.
When the PDF document that is saved into PDF contains fonts, that are not available
in the document itself and on the device, API replaces this fonts with the
default font(if font with DefaultFontName
is found on device)
value
- String valueCopyright © 2022 Aspose. All Rights Reserved.