public class WmfEscapePostScript extends WmfEscapeRecordBase
The Escape PostScript data record.
WmfEscapeRecordBase
Constructor and Description |
---|
WmfEscapePostScript() |
Modifier and Type | Method and Description |
---|---|
String |
getPostScriptPart()
Gets the post script part.
|
void |
setPostScriptPart(String value)
Sets the post script part.
|
getByteCount, getChecked, getData, setByteCount, setChecked, setData
public final String getPostScriptPart()
Gets the post script part.
Value: The post script part.public final void setPostScriptPart(String value)
Sets the post script part.
Value: The post script part.value
- the post script part.