|
Docmosis API 2.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A template anaylsis provides details about a (populatable) template that may help in processing the template (performance hints). It also may provide hints that can be used when constructing a DataProvider as to what forms of data might be required. This allows data providers to pre-fetch data based on specifics of the template it is populating.
| Method Summary | |
TemplateField[] |
getFields()
Return only the fields in the template in the order they appear in the template. |
long |
getLength()
Obtain the total size of the template. |
String |
getOriginalMD5()
The the MD5 hash string that the template had at the time of storing. |
TemplateSection[] |
getSections()
Get the breakdown of a template as a set of sections. |
char[] |
getStaticNewStyles()
Get any new styles derived during analysis |
boolean |
hasDynamicTableStyling()
Determine if this template has tables with dynamic styling. |
boolean |
hasTemplateErrors()
Determine if the template has errors in it. |
| Method Detail |
public TemplateSection[] getSections()
public TemplateField[] getFields()
public long getLength()
public String getOriginalMD5()
public boolean hasDynamicTableStyling()
public boolean hasTemplateErrors()
public char[] getStaticNewStyles()
|
Docmosis API 2.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||