public class FieldRef extends Object
Modifier and Type | Method and Description |
---|---|
R |
getBeginRun() |
Text |
getCustomFieldData()
application-specific data associated with this field.
|
R |
getEndRun() |
String |
getFldName()
The name of the (outer most) field, for example DATE, MERGEFIELD.
|
CTFFData |
getFormFieldProperties()
Properties specific to FORMCHECKBOX, FORMDROPDOWN, FORMTEXT
|
List<Object> |
getInstructions() |
ContentAccessor |
getParent() |
R |
getResultsSlot() |
boolean |
haveSeenSeparate() |
boolean |
isDirty()
Specifies that this field has been flagged by an application to indicate that its current results
are invalid (stale) due to other modifications made to the document, and these contents should be
updated before they are displayed.
|
boolean |
isLock() |
Boolean |
isMergeFormat() |
void |
setBeginRun(R beginRun) |
void |
setCustomFieldData(Text customFieldData) |
void |
setDirty(boolean dirty) |
void |
setEndRun(R endRun) |
void |
setFormFieldProperties(CTFFData formFieldProperties) |
void |
setLock(boolean lock)
Specifies that the parent complex field shall not have its field result recalculated, even if
an application attempts to recalculate the results of all fields in the document or a
recalculation is explicitly requested.
|
void |
setParent(ContentAccessor parent) |
void |
setResult(String val) |
void |
setResultsSlot(R resultsSlot) |
void |
setSeenSeparate(boolean seenSeparate) |
protected String fldName
public FieldRef(FldChar fldCharBegin)
public String getFldName()
public ContentAccessor getParent()
public void setParent(ContentAccessor parent)
public R getBeginRun()
public void setBeginRun(R beginRun)
public boolean haveSeenSeparate()
public void setSeenSeparate(boolean seenSeparate)
public Boolean isMergeFormat()
public boolean isDirty()
public void setDirty(boolean dirty)
whether
- stalepublic boolean isLock()
public void setLock(boolean lock)
lock
- the lock to setpublic Text getCustomFieldData()
public void setCustomFieldData(Text customFieldData)
customFieldData
- the customFieldData to setpublic CTFFData getFormFieldProperties()
public void setFormFieldProperties(CTFFData formFieldProperties)
formFieldProperties
- the formFieldProperties to setpublic R getEndRun()
public void setEndRun(R endRun)
public R getResultsSlot()
public void setResultsSlot(R resultsSlot)
public void setResult(String val)
Copyright © 2007-2014. All Rights Reserved.