PsSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions com.aspose.pdf.UnifiedSaveOptions com.aspose.pdf.PsSaveOptions, com.aspose.pdf.SaveOptions, com.aspose.pdf.UnifiedSaveOptions com.aspose.pdf.PsSaveOptions, com.aspose.pdf.UnifiedSaveOptions, com.aspose.pdf.PsSaveOptions
public class PsSaveOptions extends UnifiedSaveOptions
Save options for export to PS (PostScript) or EPS format.
Constructors
| Constructor | Description |
|---|---|
| PsSaveOptions | Constructor. |
| PsSaveOptions | Constructor. |
Methods
| Method | Description |
|---|---|
| getEmbedFont | Gets/sets flag that indicates if fonts must be embedded in resulting PS document. |
| getEmbedFontAs | Gets/sets type in which fonts must be embedded in resulting PS document. |
| setEmbedFont | Gets/sets flag that indicates if fonts must be embedded in resulting PS document. |
| setEmbedFontAs | Gets/sets type in which fonts must be embedded in resulting PS document. |
PsSaveOptions
public PsSaveOptions()
Constructor.
PsSaveOptions
Constructor.
getEmbedFont
public final boolean getEmbedFont()
Gets/sets flag that indicates if fonts must be embedded in resulting PS document.
Returns: boolean value
getEmbedFontAs
public final String getEmbedFontAs()
Gets/sets type in which fonts must be embedded in resulting PS document.
Returns: String value
setEmbedFont
public final void setEmbedFont(boolean value)
Gets/sets flag that indicates if fonts must be embedded in resulting PS document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |
setEmbedFontAs
Gets/sets type in which fonts must be embedded in resulting PS document.