public static interface ITessAPI.TessPolyBlockType
kPBColors
in polyblk.cpp and PTIs*Type
functions below, as well as kPolyBlockNames
in
publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK.Modifier and Type | Field and 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.
|
static final int PT_UNKNOWN
static final int PT_FLOWING_TEXT
static final int PT_HEADING_TEXT
static final int PT_PULLOUT_TEXT
static final int PT_EQUATION
static final int PT_INLINE_EQUATION
static final int PT_TABLE
static final int PT_VERTICAL_TEXT
static final int PT_CAPTION_TEXT
static final int PT_FLOWING_IMAGE
static final int PT_HEADING_IMAGE
static final int PT_PULLOUT_IMAGE
static final int PT_HORZ_LINE
static final int PT_VERT_LINE
static final int PT_NOISE
static final int PT_COUNT