Package net.sourceforge.tess4j
Interface ITessAPI.TessPolyBlockType
-
- Enclosing interface:
- ITessAPI
public static interface ITessAPI.TessPolyBlockType
Possible types for a POLY_BLOCK or ColPartition. Must be kept in sync withkPBColors
in polyblk.cpp andPTIs*Type
functions below, as well askPolyBlockNames
in publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PT_CAPTION_TEXT
Text that belongs to an image.static int
PT_COUNT
Number of enum entries.static int
PT_EQUATION
Partition belonging to an equation region.static int
PT_FLOWING_IMAGE
Image that lives inside a column.static int
PT_FLOWING_TEXT
Text that lives inside a column.static int
PT_HEADING_IMAGE
Image that spans more than one column.static int
PT_HEADING_TEXT
Text that spans more than one column.static int
PT_HORZ_LINE
Horizontal Line.static int
PT_INLINE_EQUATION
Partition has inline equation.static int
PT_NOISE
Lies outside of any column.static int
PT_PULLOUT_IMAGE
Image that is in a cross-column pull-out region.static int
PT_PULLOUT_TEXT
Text that is in a cross-column pull-out region.static int
PT_TABLE
Partition belonging to a table region.static int
PT_UNKNOWN
Type is not yet known.static int
PT_VERT_LINE
Vertical Line.static int
PT_VERTICAL_TEXT
Text-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
-
-