WmfEscapePostScript
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.escaperecords.WmfEscapeRecordBase
public class WmfEscapePostScript extends WmfEscapeRecordBase
The Escape PostScript data record.
Constructors
Constructor | Description |
---|---|
WmfEscapePostScript() |
Methods
Method | Description |
---|---|
getPostScriptPart() | Gets the post script part. |
setPostScriptPart(String value) | Sets the post script part. |
WmfEscapePostScript()
public WmfEscapePostScript()
getPostScriptPart()
public final String getPostScriptPart()
Gets the post script part.
Value: The post script part.
Returns: java.lang.String - the post script part.
setPostScriptPart(String value)
public final void setPostScriptPart(String value)
Sets the post script part.
Value: The post script part.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the post script part. |