public class FieldRD extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName()
Gets the name of the file to include when generating a table of contents, table of authorities, or index.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
isPathRelative()
Gets whether the path is relative to the current document.
|
void |
isPathRelative(boolean value)
Sets whether the path is relative to the current document.
|
void |
setFileName(java.lang.String value)
Sets the name of the file to include when generating a table of contents, table of authorities, or index.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getFileName()
public void setFileName(java.lang.String value)
throws java.lang.Exception
value - The name of the file to include when generating a table of contents, table of authorities, or index.java.lang.Exceptionpublic boolean isPathRelative()
public void isPathRelative(boolean value)
throws java.lang.Exception
value - Whether the path is relative to the current document.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)