Uses of Class
aspose.pdf.TableFormatInfo

Uses of TableFormatInfo in aspose.pdf
 

Methods in aspose.pdf with parameters of type TableFormatInfo
 void Table.formatColumnsWithFormatInfo(TableFormatInfo info, int firstColumn, int maxColumns)
          Format the table in specified columns with given TableFormatInfo
 void Table.formatRowsWithFormatInfo(TableFormatInfo info, int firstRow, int maxRows)
          Format the table in specified rows with given TableFormatInfo
 void Table.formatTableWithFormatInfo(TableFormatInfo info, int firstColumn, int firstRow, int maxRows, int maxColumns)
          Format the table in specified columns and rows with given TableFormatInfo