public class FieldAddressBlock extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExcludedCountryOrRegionName()
Gets the excluded country/region name.
|
java.lang.String[] |
getFieldNames()
Returns a collection of mail merge field names used by the field.
|
boolean |
getFormatAddressOnCountryOrRegion()
Gets whether to format the address according to the country/region of the recipient as defined by POST*CODE (Universal Postal Union 2006).
|
java.lang.String |
getIncludeCountryOrRegionName()
Gets whether to include the name of the country/region.
|
java.lang.String |
getLanguageId()
Gets the language ID used to format the address.
|
java.lang.String |
getMergeFormat() |
java.lang.String |
getNameAndAddressFormat()
Gets the name and address format.
|
int |
getSwitchType(java.lang.String switchName) |
Document |
iFormattableMergeField_FetchDocument() |
void |
setExcludedCountryOrRegionName(java.lang.String value)
Sets the excluded country/region name.
|
void |
setFormatAddressOnCountryOrRegion(boolean value)
Sets whether to format the address according to the country/region of the recipient as defined by POST*CODE (Universal Postal Union 2006).
|
void |
setIncludeCountryOrRegionName(java.lang.String value)
Sets whether to include the name of the country/region.
|
void |
setLanguageId(java.lang.String value)
Sets the language ID used to format the address.
|
void |
setNameAndAddressFormat(java.lang.String value)
Sets the name and address format.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic boolean getFormatAddressOnCountryOrRegion()
public void setFormatAddressOnCountryOrRegion(boolean value)
throws java.lang.Exception
value - Whether to format the address according to the country/region of the recipient as defined by POST*CODE (Universal Postal Union 2006).java.lang.Exceptionpublic java.lang.String getIncludeCountryOrRegionName()
public void setIncludeCountryOrRegionName(java.lang.String value)
throws java.lang.Exception
value - Whether to include the name of the country/region.java.lang.Exceptionpublic java.lang.String getExcludedCountryOrRegionName()
public void setExcludedCountryOrRegionName(java.lang.String value)
throws java.lang.Exception
value - The excluded country/region name.java.lang.Exceptionpublic java.lang.String getNameAndAddressFormat()
public void setNameAndAddressFormat(java.lang.String value)
throws java.lang.Exception
value - The name and address format.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 address.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()