Class TextTable

    • Constructor Detail

      • TextTable

        public TextTable()
      • TextTable

        public TextTable​(TextTable source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getColTl

        public Long getColTl()
        Get 单元格左上角的列索引
        Returns:
        ColTl 单元格左上角的列索引
      • setColTl

        public void setColTl​(Long ColTl)
        Set 单元格左上角的列索引
        Parameters:
        ColTl - 单元格左上角的列索引
      • getRowTl

        public Long getRowTl()
        Get 单元格左上角的行索引
        Returns:
        RowTl 单元格左上角的行索引
      • setRowTl

        public void setRowTl​(Long RowTl)
        Set 单元格左上角的行索引
        Parameters:
        RowTl - 单元格左上角的行索引
      • getColBr

        public Long getColBr()
        Get 单元格右下角的列索引
        Returns:
        ColBr 单元格右下角的列索引
      • setColBr

        public void setColBr​(Long ColBr)
        Set 单元格右下角的列索引
        Parameters:
        ColBr - 单元格右下角的列索引
      • getRowBr

        public Long getRowBr()
        Get 单元格右下角的行索引
        Returns:
        RowBr 单元格右下角的行索引
      • setRowBr

        public void setRowBr​(Long RowBr)
        Set 单元格右下角的行索引
        Parameters:
        RowBr - 单元格右下角的行索引
      • getText

        public String getText()
        Get 单元格文字
        Returns:
        Text 单元格文字
      • setText

        public void setText​(String Text)
        Set 单元格文字
        Parameters:
        Text - 单元格文字
      • getType

        public String getType()
        Get 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
        Returns:
        Type 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
      • setType

        public void setType​(String Type)
        Set 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
        Parameters:
        Type - 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
      • getConfidence

        public Long getConfidence()
        Get 置信度 0 ~100
        Returns:
        Confidence 置信度 0 ~100
      • setConfidence

        public void setConfidence​(Long Confidence)
        Set 置信度 0 ~100
        Parameters:
        Confidence - 置信度 0 ~100
      • getPolygon

        public Coord[] getPolygon()
        Get 文本行坐标,以四个顶点坐标表示
        Returns:
        Polygon 文本行坐标,以四个顶点坐标表示
      • setPolygon

        public void setPolygon​(Coord[] Polygon)
        Set 文本行坐标,以四个顶点坐标表示
        Parameters:
        Polygon - 文本行坐标,以四个顶点坐标表示
      • getAdvancedInfo

        public String getAdvancedInfo()
        Get 此字段为扩展字段
        Returns:
        AdvancedInfo 此字段为扩展字段
      • setAdvancedInfo

        public void setAdvancedInfo​(String AdvancedInfo)
        Set 此字段为扩展字段
        Parameters:
        AdvancedInfo - 此字段为扩展字段