public class FieldAdvance extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDownOffset()
Gets the number of points by which the text that follows the field should be moved down.
|
java.lang.String |
getHorizontalPosition()
Gets the number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text box.
|
java.lang.String |
getLeftOffset()
Gets the number of points by which the text that follows the field should be moved left.
|
java.lang.String |
getRightOffset()
Gets the number of points by which the text that follows the field should be moved right.
|
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getUpOffset()
Gets the number of points by which the text that follows the field should be moved up.
|
java.lang.String |
getVerticalPosition()
Gets the number of points by which the text that follows the field should be moved vertically from the top edge of the page.
|
void |
setDownOffset(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved down.
|
void |
setHorizontalPosition(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text box.
|
void |
setLeftOffset(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved left.
|
void |
setRightOffset(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved right.
|
void |
setUpOffset(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved up.
|
void |
setVerticalPosition(java.lang.String value)
Sets the number of points by which the text that follows the field should be moved vertically from the top edge of the page.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getDownOffset()
public void setDownOffset(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved down.java.lang.Exceptionpublic java.lang.String getLeftOffset()
public void setLeftOffset(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved left.java.lang.Exceptionpublic java.lang.String getRightOffset()
public void setRightOffset(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved right.java.lang.Exceptionpublic java.lang.String getUpOffset()
public void setUpOffset(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved up.java.lang.Exceptionpublic java.lang.String getHorizontalPosition()
public void setHorizontalPosition(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text box.java.lang.Exceptionpublic java.lang.String getVerticalPosition()
public void setVerticalPosition(java.lang.String value)
throws java.lang.Exception
value - The number of points by which the text that follows the field should be moved vertically from the top edge of the page.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)