|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateStructureElement
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()
|
com.docmosis.template.analysis.structure.NestedStructureDetails |
getContainingNest()
Get the containing nesting structure for this element. |
com.docmosis.template.analysis.structure.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 |
isHtmlRef()
|
boolean |
isHyperlink()
|
boolean |
isImage()
|
boolean |
isInHeaderOrFooter()
|
boolean |
isQRCode()
|
boolean |
isRepeatingSection()
|
boolean |
isTemplateReference()
|
boolean |
isTemplateReferenceStatic()
|
boolean |
isVariableGetField()
|
boolean |
isVariableSetField()
|
Method Detail |
---|
String getName()
boolean isInHeaderOrFooter()
boolean isField()
boolean isBarcode()
boolean isQRCode()
boolean isHyperlink()
boolean isRepeatingSection()
boolean isConditionalSection()
boolean isImage()
boolean canHaveChildren()
List getSubStructures()
boolean isVariableGetField()
boolean isVariableSetField()
boolean isExpression()
boolean isFunctionCall()
boolean isTemplateReference()
boolean isTemplateReferenceStatic()
boolean isHtmlRef()
boolean isArtificial()
com.docmosis.template.analysis.structure.NestedStructureDetails getContainingNest()
com.docmosis.template.analysis.structure.TemplateExpression getExpression()
String getOriginalFieldText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |