Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2016 Aspose. All Rights Reserved.