public class FieldGreetingLine extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternateText()
Gets the text to include in the field if the name is blank.
|
java.lang.String[] |
getFieldNames()
Returns a collection of mail merge field names used by the field.
|
java.lang.String |
getLanguageId()
Gets the language id used to format the name.
|
java.lang.String |
getMergeFormat() |
java.lang.String |
getNameFormat()
Gets the format of the name included in the field.
|
int |
getSwitchType(java.lang.String switchName) |
Document |
iFormattableMergeField_FetchDocument() |
void |
setAlternateText(java.lang.String value)
Sets the text to include in the field if the name is blank.
|
void |
setLanguageId(java.lang.String value)
Sets the language id used to format the name.
|
void |
setNameFormat(java.lang.String value)
Sets the format of the name included in the field.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getAlternateText()
public void setAlternateText(java.lang.String value)
throws java.lang.Exception
value - The text to include in the field if the name is blank.java.lang.Exceptionpublic java.lang.String getNameFormat()
public void setNameFormat(java.lang.String value)
throws java.lang.Exception
value - The format of the name included in the field.java.lang.Exceptionpublic java.lang.String getLanguageId()
public void setLanguageId(java.lang.String value)
throws java.lang.Exception
value - The language id used to format the name.java.lang.Exceptionpublic java.lang.String[] getFieldNames()
throws java.lang.Exception
java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)
public Document iFormattableMergeField_FetchDocument()
public java.lang.String getMergeFormat()