public class FieldInclude extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark in the document to include.
|
boolean |
getLockFields()
Gets whether to prevent fields in the included document from being updated.
|
java.lang.String |
getNamespaceMappings() |
java.lang.String |
getSourceFullName()
Gets the location of the document.
|
int |
getSourceFullNameArgumentIndex() |
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getTextConverter()
Gets the name of the text converter for the format of the included file.
|
java.lang.String |
getXPath() |
java.lang.String |
getXslTransformation() |
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark in the document to include.
|
void |
setLockFields(boolean value)
Sets whether to prevent fields in the included document from being updated.
|
void |
setSourceFullName(java.lang.String value)
Sets the location of the document.
|
void |
setTextConverter(java.lang.String value)
Sets the name of the text converter for the format of the included file.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
throws java.lang.Exception
value - The location of the document.java.lang.Exceptionpublic java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark in the document to include.java.lang.Exceptionpublic boolean getLockFields()
public void setLockFields(boolean value)
throws java.lang.Exception
value - Whether to prevent fields in the included document from being updated.java.lang.Exceptionpublic java.lang.String getTextConverter()
public void setTextConverter(java.lang.String value)
throws java.lang.Exception
value - The name of the text converter for the format of the included file.java.lang.Exceptionpublic java.lang.String getNamespaceMappings()
public java.lang.String getXPath()
public java.lang.String getXslTransformation()
public int getSourceFullNameArgumentIndex()
public int getSwitchType(java.lang.String switchName)