Package net.sourceforge.tess4j
Interface ITessAPI.TessPolyBlockType
- 
- Enclosing interface:
 - ITessAPI
 
public static interface ITessAPI.TessPolyBlockTypePossible types for a POLY_BLOCK or ColPartition. Must be kept in sync withkPBColorsin polyblk.cpp andPTIs*Typefunctions below, as well askPolyBlockNamesin publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intPT_CAPTION_TEXTText that belongs to an image.static intPT_COUNTNumber of enum entries.static intPT_EQUATIONPartition belonging to an equation region.static intPT_FLOWING_IMAGEImage that lives inside a column.static intPT_FLOWING_TEXTText that lives inside a column.static intPT_HEADING_IMAGEImage that spans more than one column.static intPT_HEADING_TEXTText that spans more than one column.static intPT_HORZ_LINEHorizontal Line.static intPT_INLINE_EQUATIONPartition has inline equation.static intPT_NOISELies outside of any column.static intPT_PULLOUT_IMAGEImage that is in a cross-column pull-out region.static intPT_PULLOUT_TEXTText that is in a cross-column pull-out region.static intPT_TABLEPartition belonging to a table region.static intPT_UNKNOWNType is not yet known.static intPT_VERT_LINEVertical Line.static intPT_VERTICAL_TEXTText-line runs vertically. 
 - 
 
- 
- 
Field Detail
- 
PT_UNKNOWN
static final int PT_UNKNOWN
Type is not yet known. Keep as the first element.- See Also:
 - Constant Field Values
 
 
- 
PT_FLOWING_TEXT
static final int PT_FLOWING_TEXT
Text that lives inside a column.- See Also:
 - Constant Field Values
 
 
- 
PT_HEADING_TEXT
static final int PT_HEADING_TEXT
Text that spans more than one column.- See Also:
 - Constant Field Values
 
 
- 
PT_PULLOUT_TEXT
static final int PT_PULLOUT_TEXT
Text that is in a cross-column pull-out region.- See Also:
 - Constant Field Values
 
 
- 
PT_EQUATION
static final int PT_EQUATION
Partition belonging to an equation region.- See Also:
 - Constant Field Values
 
 
- 
PT_INLINE_EQUATION
static final int PT_INLINE_EQUATION
Partition has inline equation.- See Also:
 - Constant Field Values
 
 
- 
PT_TABLE
static final int PT_TABLE
Partition belonging to a table region.- See Also:
 - Constant Field Values
 
 
- 
PT_VERTICAL_TEXT
static final int PT_VERTICAL_TEXT
Text-line runs vertically.- See Also:
 - Constant Field Values
 
 
- 
PT_CAPTION_TEXT
static final int PT_CAPTION_TEXT
Text that belongs to an image.- See Also:
 - Constant Field Values
 
 
- 
PT_FLOWING_IMAGE
static final int PT_FLOWING_IMAGE
Image that lives inside a column.- See Also:
 - Constant Field Values
 
 
- 
PT_HEADING_IMAGE
static final int PT_HEADING_IMAGE
Image that spans more than one column.- See Also:
 - Constant Field Values
 
 
- 
PT_PULLOUT_IMAGE
static final int PT_PULLOUT_IMAGE
Image that is in a cross-column pull-out region.- See Also:
 - Constant Field Values
 
 
- 
PT_HORZ_LINE
static final int PT_HORZ_LINE
Horizontal Line.- See Also:
 - Constant Field Values
 
 
- 
PT_VERT_LINE
static final int PT_VERT_LINE
Vertical Line.- See Also:
 - Constant Field Values
 
 
- 
PT_NOISE
static final int PT_NOISE
Lies outside of any column.- See Also:
 - Constant Field Values
 
 
- 
PT_COUNT
static final int PT_COUNT
Number of enum entries.- See Also:
 - Constant Field Values
 
 
 - 
 
 -