public class FieldPrint extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPostScriptGroup()
Gets the drawing rectangle that the PostScript instructions operate on.
|
java.lang.String |
getPrinterInstructions()
Gets the printer-specific control code characters or PostScript instructions.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setPostScriptGroup(java.lang.String value)
Sets the drawing rectangle that the PostScript instructions operate on.
|
void |
setPrinterInstructions(java.lang.String value)
Sets the printer-specific control code characters or PostScript instructions.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getPrinterInstructions()
public void setPrinterInstructions(java.lang.String value)
throws java.lang.Exception
value - The printer-specific control code characters or PostScript instructions.java.lang.Exceptionpublic java.lang.String getPostScriptGroup()
public void setPostScriptGroup(java.lang.String value)
throws java.lang.Exception
value - The drawing rectangle that the PostScript instructions operate on.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)