Uses of Class
com.java4less.ocr.docparser.TextValue

Packages that use TextValue
com.java4less.ocr.docparser   
com.java4less.ocr.docparser.data   
com.java4less.ocr.docparser.fields   
com.java4less.ocr.docparser.references   
 

Uses of TextValue in com.java4less.ocr.docparser
 

Subclasses of TextValue in com.java4less.ocr.docparser
 class MatchedValue
          label or text found in the document
 

Methods in com.java4less.ocr.docparser that return TextValue
 TextValue IReference.getValue()
           
 TextValue TextMarkDef.getValue()
          get current value found for this mark
 

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

Methods in com.java4less.ocr.docparser.data that return TextValue
 TextValue Field.getValue()
          get value
 

Constructors in com.java4less.ocr.docparser.data with parameters of type TextValue
Field(FieldDef f, TextValue v)
           
 

Uses of TextValue in com.java4less.ocr.docparser.fields
 

Methods in com.java4less.ocr.docparser.fields that return TextValue
 TextValue FieldDef.getValue()
          return current value for this field
 

Methods in com.java4less.ocr.docparser.fields with parameters of type TextValue
 void FieldDef.setValue(TextValue v)
           
 

Uses of TextValue in com.java4less.ocr.docparser.references
 

Methods in com.java4less.ocr.docparser.references that return TextValue
 TextValue BeginOfLineRef.getValue()
           
 TextValue BeginOfSectionRef.getValue()
           
 TextValue EndOfLineRef.getValue()
           
 TextValue EndOfSectionRef.getValue()