|
Docmosis API 4.4.2 | ||||||||||
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. |
String |
getName()
|
List |
getSubStructures()
|
boolean |
isArtificial()
Determine if the element is artificially created by analysis processing. |
boolean |
isBarcode()
|
boolean |
isConditionalSection()
|
boolean |
isExpression()
|
boolean |
isField()
|
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 isTemplateReference()
public boolean isTemplateReferenceStatic()
public boolean isArtificial()
public NestedStructureDetails getContainingNest()
|
Docmosis API 4.4.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |