Class GFSETable

All Implemented Interfaces:
Object, PDObject, PDStructElem, SETable

public class GFSETable extends GFPDStructElem implements SETable
  • Field Details

  • Constructor Details

    • GFSETable

      public GFSETable(PDStructElem structElemDictionary)
  • Method Details

    • getuseHeadersAndIdOrScope

      public Boolean getuseHeadersAndIdOrScope()
      Description copied from interface: SETable
      and structure elements of type TH don't have a Scope attribute
      Specified by:
      getuseHeadersAndIdOrScope in interface SETable
    • getcolumnSpan

      public Long getcolumnSpan()
      Description copied from interface: SETable
      column span of the table
      Specified by:
      getcolumnSpan in interface SETable
    • getrowSpan

      public Long getrowSpan()
      Description copied from interface: SETable
      row span of the table
      Specified by:
      getrowSpan in interface SETable
    • getnumberOfRowWithWrongColumnSpan

      public Long getnumberOfRowWithWrongColumnSpan()
      Description copied from interface: SETable
      number of row with wrong column span
      Specified by:
      getnumberOfRowWithWrongColumnSpan in interface SETable
    • getnumberOfColumnWithWrongRowSpan

      public Long getnumberOfColumnWithWrongRowSpan()
      Description copied from interface: SETable
      number of column with wrong row span
      Specified by:
      getnumberOfColumnWithWrongRowSpan in interface SETable
    • getwrongColumnSpan

      public Long getwrongColumnSpan()
      Description copied from interface: SETable
      column span of row, which number contains property numberOfRowWithWrongColumnSpan
      Specified by:
      getwrongColumnSpan in interface SETable