public PageContentInfo generatePageContentInfo( IRange printArea, Size availableSize, int rowStart, int columnStart, boolean rowHeaderVisible, boolean columnHeaderVisible ) |
Parameters
- printArea
- The print area.
- availableSize
- The size that excludes the margins.
- rowStart
- The start row index which is used to calculate the RowEnd.
- columnStart
- The start column index which is used to calculate the ColumnEnd.
- rowHeaderVisible
- True if the row header is printed with this page.
- columnHeaderVisible
- True if the column header is printed with this page.