Interface ITessAPI.TessPolyBlockType

Enclosing interface:
ITessAPI

public static interface ITessAPI.TessPolyBlockType
Possible types for a POLY_BLOCK or ColPartition. Must be kept in sync with kPBColors in polyblk.cpp and PTIs*Type functions below, as well as kPolyBlockNames in publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Text that belongs to an image.
    static final int
    Number of enum entries.
    static final int
    Partition belonging to an equation region.
    static final int
    Image that lives inside a column.
    static final int
    Text that lives inside a column.
    static final int
    Image that spans more than one column.
    static final int
    Text that spans more than one column.
    static final int
    Horizontal Line.
    static final int
    Partition has inline equation.
    static final int
    Lies outside of any column.
    static final int
    Image that is in a cross-column pull-out region.
    static final int
    Text that is in a cross-column pull-out region.
    static final int
    Partition belonging to a table region.
    static final int
    Type is not yet known.
    static final int
    Vertical Line.
    static final int
    Text-line runs vertically.
  • Field Details

    • PT_UNKNOWN

      static final int PT_UNKNOWN
      Type is not yet known. Keep as the first element.
      See Also:
    • PT_FLOWING_TEXT

      static final int PT_FLOWING_TEXT
      Text that lives inside a column.
      See Also:
    • PT_HEADING_TEXT

      static final int PT_HEADING_TEXT
      Text that spans more than one column.
      See Also:
    • PT_PULLOUT_TEXT

      static final int PT_PULLOUT_TEXT
      Text that is in a cross-column pull-out region.
      See Also:
    • PT_EQUATION

      static final int PT_EQUATION
      Partition belonging to an equation region.
      See Also:
    • PT_INLINE_EQUATION

      static final int PT_INLINE_EQUATION
      Partition has inline equation.
      See Also:
    • PT_TABLE

      static final int PT_TABLE
      Partition belonging to a table region.
      See Also:
    • PT_VERTICAL_TEXT

      static final int PT_VERTICAL_TEXT
      Text-line runs vertically.
      See Also:
    • PT_CAPTION_TEXT

      static final int PT_CAPTION_TEXT
      Text that belongs to an image.
      See Also:
    • PT_FLOWING_IMAGE

      static final int PT_FLOWING_IMAGE
      Image that lives inside a column.
      See Also:
    • PT_HEADING_IMAGE

      static final int PT_HEADING_IMAGE
      Image that spans more than one column.
      See Also:
    • PT_PULLOUT_IMAGE

      static final int PT_PULLOUT_IMAGE
      Image that is in a cross-column pull-out region.
      See Also:
    • PT_HORZ_LINE

      static final int PT_HORZ_LINE
      Horizontal Line.
      See Also:
    • PT_VERT_LINE

      static final int PT_VERT_LINE
      Vertical Line.
      See Also:
    • PT_NOISE

      static final int PT_NOISE
      Lies outside of any column.
      See Also:
    • PT_COUNT

      static final int PT_COUNT
      Number of enum entries.
      See Also: