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

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

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

Classes in com.java4less.ocr.docparser.sections that implement ILengthType
 class SectionFixedLength
          length of a section with a constant number of lines
 

Methods in com.java4less.ocr.docparser.sections that return ILengthType
 ILengthType SectionDef.getLengthType()
           
 

Methods in com.java4less.ocr.docparser.sections with parameters of type ILengthType
 void SectionDef.setLengthType(ILengthType lengthType)
          sets length of the section, if null, the length is variable and it finished when the next section starts