|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class provides a simple interpretation of an element of a template that has been
loaded into Docmosis. This element may have children making it a recursive structure
which can then be used with a TemplateStructureProcessor
to
perform different analyses or renderings of the structure of a template.
TemplateStructureProcessor
Method Summary | |
boolean |
canHaveChildren()
|
NestedStructureDetails |
getContainingNest()
Get the containing nesting structure for this element. |
TemplateExpression |
getExpression()
Get any template-expression associated with this field. |
String |
getName()
|
String |
getOriginalFieldText()
Get the original text of the element from the template |
List |
getSubStructures()
|
boolean |
isArtificial()
Determine if the element is artificially created by analysis processing. |
boolean |
isBarcode()
|
boolean |
isConditionalSection()
|
boolean |
isExpression()
|
boolean |
isField()
|
boolean |
isFunctionCall()
|
boolean |
isHyperlink()
|
boolean |
isImage()
|
boolean |
isInHeaderOrFooter()
|
boolean |
isRepeatingSection()
|
boolean |
isTemplateReference()
|
boolean |
isTemplateReferenceStatic()
|
boolean |
isVariableGetField()
|
boolean |
isVariableSetField()
|
Method Detail |
public String getName()
public boolean isInHeaderOrFooter()
public boolean isField()
public boolean isBarcode()
public boolean isHyperlink()
public boolean isRepeatingSection()
public boolean isConditionalSection()
public boolean isImage()
public boolean canHaveChildren()
public List getSubStructures()
public boolean isVariableGetField()
public boolean isVariableSetField()
public boolean isExpression()
public boolean isFunctionCall()
public boolean isTemplateReference()
public boolean isTemplateReferenceStatic()
public boolean isArtificial()
public NestedStructureDetails getContainingNest()
public TemplateExpression getExpression()
public String getOriginalFieldText()
|
Docmosis API 4.5.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |