Uses of Interface
com.java4less.ocr.docparser.sections.IStartCondition

Packages that use IStartCondition
com.java4less.ocr.docparser.sections   
 

Uses of IStartCondition in com.java4less.ocr.docparser.sections
 

Classes in com.java4less.ocr.docparser.sections that implement IStartCondition
 class TextMarkCondition
          check if the first line of the section has one of the provided marks
 

Methods in com.java4less.ocr.docparser.sections that return IStartCondition
 IStartCondition SectionDef.getStartCondition()
          gets the condition used to know when this section starts
 

Methods in com.java4less.ocr.docparser.sections with parameters of type IStartCondition
 void SectionDef.setStartCondition(IStartCondition startCondition)
          set the condition used to know when this section starts.