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 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