|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SectionDef | |
---|---|
com.java4less.ocr.docparser | |
com.java4less.ocr.docparser.data | |
com.java4less.ocr.docparser.fields |
Uses of SectionDef in com.java4less.ocr.docparser |
---|
Methods in com.java4less.ocr.docparser that return SectionDef | |
---|---|
SectionDef |
ParserContext.getCurrentSection()
|
SectionDef |
DocumentDef.getDocSecondPageHeader()
document page header. |
SectionDef |
DocumentDef.getDocSection(int i)
get section of the document, the first section (header) has index 0 |
SectionDef |
ParserContext.getNextSection()
|
SectionDef |
DocumentDef.getPageFooter()
page footer section. |
SectionDef |
DocumentDef.getPageheader()
page header section, this section will appear in each page |
Methods in com.java4less.ocr.docparser with parameters of type SectionDef | |
---|---|
void |
DocumentDef.addSection(SectionDef s)
|
void |
ParserContext.setCurrentSection(SectionDef currentSection)
|
void |
DocumentDef.setDocSecondPageHeader(SectionDef docPageHeader)
|
void |
DocumentDef.setPageFooter(SectionDef pageFooter)
|
void |
DocumentDef.setPageheader(SectionDef pageheader)
page header section, this section will appear in each page |
Uses of SectionDef in com.java4less.ocr.docparser.data |
---|
Methods in com.java4less.ocr.docparser.data that return SectionDef | |
---|---|
SectionDef |
Section.getDefinition()
get definition object |
Methods in com.java4less.ocr.docparser.data with parameters of type SectionDef | |
---|---|
void |
Section.setDefinition(SectionDef definition)
|
Uses of SectionDef in com.java4less.ocr.docparser.fields |
---|
Methods in com.java4less.ocr.docparser.fields with parameters of type SectionDef | |
---|---|
void |
FieldDef.load(org.w3c.dom.Node n,
SectionDef sec)
load from XML node |
void |
FieldPositionDef.load(org.w3c.dom.Node n,
SectionDef sec)
load from XML node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |