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.
|
void |
setDefaultFontName(String value)
Font name used by default for fonts which are absent on computer.
|
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public 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 value