|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateField
A template field is a section of a template that is a substitutable field. It has a key which can be used to look up a corresponding value in a data provider.
Method Summary | |
---|---|
String |
getCloseParaHeadingSequence()
Get the sequence (of tags) required to close the nearest paragraph or heading in the content hierarchy. |
SimpleTemplateTableCell |
getContainingCell()
Get the containing table cell (if applicable) of this field. |
String |
getFieldName()
Get the name of the field. |
String |
getId()
Get the id for this field if one was specified in the template. |
String |
getOpenParaHeadingSequence()
Get the sequence (of tags) required to open the nearest paragraph or heading in the content hierarchy. |
String |
getRendererName()
Get the name of the renderer for this field. |
String[] |
getRendererParams()
Return any renderer parameters the field specifies. |
String |
getSectionNameOverride()
Get the name of the section override. |
boolean |
isFormField()
Determine if this field is a form field (for a fillable PDF form for example). |
Methods inherited from interface com.docmosis.template.analysis.TemplateSection |
---|
equals, getEndIndex, getLength, getParsedFieldDetails, getPostAmbleStartIdx, getPreAmbleEndIdx, getStartIndex, getSubSections, isArtificial, isConditional, isContainer, isPopulable, isRepeatable, isSkipSection, skipPreAndPostAmble |
Methods inherited from interface com.docmosis.template.analysis.TemplateBookmark |
---|
getBookmarkEndEndIdx, getBookmarkEndStartIdx, getBookmarkName, getBookmarkStartEndIdx, getBookmarkStartStartIdx |
Method Detail |
---|
String getFieldName()
String getSectionNameOverride()
String getRendererName()
String[] getRendererParams()
String getId()
SimpleTemplateTableCell getContainingCell()
String getCloseParaHeadingSequence()
String getOpenParaHeadingSequence()
boolean isFormField()
|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |