Uses of Class
com.java4less.ocr.docparser.data.Section

Packages that use Section
com.java4less.ocr.docparser   
com.java4less.ocr.docparser.data   
 

Uses of Section in com.java4less.ocr.docparser
 

Methods in com.java4less.ocr.docparser that return Section
 Section ParserContext.getSection()
           
 

Methods in com.java4less.ocr.docparser with parameters of type Section
 void ParserContext.setSection(Section section)
           
 

Uses of Section in com.java4less.ocr.docparser.data
 

Methods in com.java4less.ocr.docparser.data that return Section
 Section[] Document.getAllSections()
          get all sections in the same sequence they are in the text file
 Section[] Document.getSectionByName(java.lang.String name)
          get all repetitions of the section with a certain name
 

Methods in com.java4less.ocr.docparser.data with parameters of type Section
 void Document.addSection(Section s)
          add section instance to document