|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Paragraph
aspose.pdf.Table
public class Table
Represents a table Paragraph
in a Pdf document.
Typical usages are the following:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class aspose.pdf.Paragraph |
---|
Paragraph.VerticalPositionInfo |
Field Summary | |
---|---|
boolean |
HasRowSpan
A boolean value that indicates whether the table has row span |
boolean |
IsColIndexProcessed
Gets a boolean value that indicates whether the column index is processed. |
boolean |
IsColumnWidthGot
A boolean value that indicates whether the method getColumnWidths is got. |
boolean[] |
IsColumnWidthSetByUser
A boolean array that indicates whether the column width is set by user |
boolean |
IsFromCanvas
A boolean value that indicates whether the table is converted from Canvas or not |
boolean |
IsFromFloatingBox
Judge that table is converted from a floating box from or not |
tableMatrix[][] |
TableMatrix
The table's matrix array |
int |
TableMatrixLength
An int value that indicates the table matrix's length |
int |
TableMatrixOffSet
An int value that indicates the table matrix's offset |
Cells |
VerticalTextCells
A Cells object that the table contains vertical text cells. |
Paragraphs |
ZIndexParasInTable
A Paragraphs object that indicates zindex paragraph in table |
Fields inherited from class aspose.pdf.Paragraph |
---|
INNER_INDENT, isNeedAddToPage, isPositionProcessed, RealPageNumber, VerticalPosInfo |
Constructor Summary | |
---|---|
Table()
Initializes a new instance of the Table class. |
|
Table(Cell cell)
Initializes a new instance of the Table class in the Cell . |
|
Table(Section section)
Initializes a new instance of the Table class in the Section . |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones a new Table object. |
java.lang.Object |
completeClone()
Clones a new Table object. |
void |
formatColumnsWithFormatInfo(TableFormatInfo info,
int firstColumn,
int maxColumns)
Format the table in specified columns with given TableFormatInfo |
void |
formatRowsWithFormatInfo(TableFormatInfo info,
int firstRow,
int maxRows)
Format the table in specified rows with given TableFormatInfo |
void |
formatTableWithFormatInfo(TableFormatInfo info,
int firstColumn,
int firstRow,
int maxRows,
int maxColumns)
Format the table in specified columns and rows with given TableFormatInfo |
WidthArray |
getAddColWidths()
Gets a WidthArray object that indicates add column widths. |
WidthArray |
getAddRight()
|
AlignmentType |
getAlignment()
Gets a AlignmentType that indicates the paragraph alignment type. |
Color |
getBackgroundColor()
Gets a Color object that indicates the
background color of the table. |
BorderInfo |
getBorder()
Gets a BorderInfo object that indicates the table
border info. |
Cell |
getCell(int row,
int column,
boolean isTableChanged)
Gets a cell according to it's row and column index. |
ColumnAdjustmentType |
getColumnAdjustment()
Gets a ColumnAdjustmentType that indicates how to
determine the width of columns.Default is Customized which means the
column width are specified by manual. |
int |
getColumnCount()
Gets an int value that indicates the total column number. |
java.lang.String |
getColumnWidths()
Gets a String that contains the width of each columns in this table. |
WidthArray |
getColWidths()
Gets a WidthArray object that
indicates the column width array. |
BorderInfo |
getDefaultCellBorder()
Gets a BorderInfo object that indicates the default
border style for all cells in this table. |
MarginInfo |
getDefaultCellPadding()
Gets a MarginInfo object that indicates the default
cell padding in the table. |
TextInfo |
getDefaultCellTextInfo()
Gets a TextInfo object that indicates the default
cell text format info. |
EndNotePositioningType |
getEndNotePositioning()
Gets a EndNotePositioningType that contains the positioning types for endnote |
float |
getFixedWidth()
Gets a float value that indicates the fixed width of the table. |
FloatingBox |
getFloatingBox()
Gets a floatingBox information. |
float |
getFootNoteHeight()
Gets a float value of the footnote's height. |
boolean |
getHasEndNote()
Gets a boolean value that indicates whether current table has endnote. |
boolean |
getHasFootNote()
Gets a boolean value that indicates whether current table has footnote. |
float |
getHeight(Pdf doc)
Gets the table height. |
boolean |
getIsBorderSetbyUser()
Gets a boolean value that indicates the border is set by user or not. |
boolean |
getIsBroaken()
Gets a boolean value that indicates whether the table is broken. |
boolean |
getIsBroken()
Gets a bool value that indicates whether the table is allowed to be broken or not when crossing pages. |
boolean |
getIsBrokenTable()
Gets a boolean value that indicates whether the table is broken or not |
boolean |
getIsColumnWidthGot()
Gets a boolean value that indicates whether the method getColumnWidths is got. |
boolean |
getIsDefaultBorderSetbyUser()
Gets a boolean value that indicates the default border style whether is set by user. |
boolean |
getIsEmptyRowAtBottomShown()
Gets a boolean value that indicates if the empty row at the bottom of the table be shown in the PDF. |
boolean |
getIsFirstRowRepeated()
Gets a boolean value that indicates whether the first row is repeated when its table is broken. |
boolean |
getIsFromCanvas()
Gets a boolean value that indicates whether the table is converted from Canvas or not. |
boolean |
getIsFromFloatingBox()
Gets a boolean value that indicates whether the table is converted from a floating box from or not. |
boolean |
getIsKeptWithNextTable()
Gets a boolean value that indicates whether current row remains in the same table along with next row. |
boolean |
getIsNeedRepeating()
Gets a boolean value that indicates whether the paragraph need to be repeated on next page. |
boolean |
getIsOriginalVerticalBrokenTable()
Gets a boolean value that indicates whether the table is the original vertical broken table |
boolean |
getIsRowBroken()
Gets a bool value that indicates whether the row can be broken or not when its table is broken. |
boolean |
getIsRowBrokenSetByUser()
Gets a boolean value that indicates whether the row is set broken by user |
boolean |
getIsSingleHeaderShown()
A boolean value that indicates whether table with only a header(IsFirstRowRepeated=true and Rows.Count=1) be shown. |
boolean |
getIsVerticalBroken()
Gets or sets a bool value that indicates whether the table is broken vertically as the table is printed out of the right page margin.If The sub-table can be place in the same page,it will be placed after the original table in the same page. |
boolean |
getIsVerticalBrokenInSamePage()
Getsa boolean value that indicates whether the vertically broken table is in the same page. |
float |
getMaxColumnWidth(Pdf pdf,
int columnNumber)
Gets the maximum column width which allows text in all cells in the column be shown in one line. |
float |
getMinColumnWidth(Pdf pdf,
int columnNumber)
Gets the minimum column width at which no hyphenation needs for all cells in the column. |
Table |
getNextBrokenTable()
Gets the next broken table |
HeaderFooter |
getParentHeaderFooter()
Gets the parent HeaderFooter that represents a header or footer of a page in a Pdf document |
Section |
getParentSection()
Gets the parent Section that represents a section in a Pdf document |
int |
getRepeatingRows()
Gets a int value that indicates how many rows from the first row will be repeated when the table is broken across pages. |
Table |
getRepeatingRowsTable()
Gets a Table object that contains repeating rows. |
Rows |
getRows()
Gets a Rows collection that indicates all rows in the table. |
tableMatrix[][] |
getTableMatrix()
Gets a tableMatrix array that contains the table matrix |
int |
getTableMatrixOffSet()
Gets an int value that indicates the table matrix's offset. |
java.lang.String |
getTitle()
Gets a String value that indicates the title of the table. |
VerticalAlignmentType |
getVerticalAlignment()
Gets a VerticalAlignmentType object that indicates
the vertical alignment type of all cells in the table. |
Cells |
getVerticalTextCells()
Gets a Cells object that the table contains vertical text cells. |
float |
getWidth()
Gets a float value that contains the width of each columns in this table |
void |
importArray(double[] doubleArray,
int firstRow,
byte firstColumn,
boolean isLeftColumnsFilled)
Imports an array of double number into the table. |
void |
importArray(int[] intArray,
int firstRow,
byte firstColumn,
boolean isLeftColumnsFilled)
Imports an array of integer into the table. |
void |
importArray(java.lang.Object[] objArray,
int firstRow,
byte firstColumn,
boolean isLeftColumnsFilled)
Imports an array of object(any data type) into the table. |
void |
importArray(java.lang.String[] stringArray,
int firstRow,
byte firstColumn,
boolean isLeftColumnsFilled)
Imports an array of string into the table. |
void |
setAddColWidths(WidthArray value)
Sets a WidthArray object that indicates add column widths. |
void |
setAddRight(WidthArray value)
|
void |
setAlignment(AlignmentType value)
Sets a AlignmentType that indicates the paragraph alignment type. |
void |
setBackgroundColor(Color value)
Sets a Color object that indicates the
background color of the table. |
void |
setBorder(BorderInfo value)
Sets or sets a BorderInfo object that indicates the table
border info. |
void |
setColumnAdjustment(ColumnAdjustmentType value)
Sets a ColumnAdjustmentType that indicates how to
determine the width of columns.Default is Customized which means the
column width are specified by manual. |
void |
setColumnCount(int value)
Sets an int value that indicates the total column number. |
void |
setColumnTextInfo(int columnNumber,
TextInfo textInfo)
Sets the text format info of specified column. |
void |
setColumnWidth(int columnNumber,
float width)
Sets the width of specidied column. |
void |
setColumnWidths(java.lang.String value)
Sets a String that contains the width of each columns in this table. |
void |
setColWidths(WidthArray value)
Sets a WidthArray object that
indicates the column width array. |
void |
setDefaultCellBorder(BorderInfo value)
Sets a BorderInfo object that indicates the default
border style for all cells in this table. |
void |
setDefaultCellPadding(MarginInfo value)
Sets a MarginInfo object that indicates the default
cell padding in the table. |
void |
setDefaultCellTextInfo(TextInfo value)
Sets a TextInfo object that indicates the default
cell text format info. |
void |
setEndNotePositioning(EndNotePositioningType value)
Sets a EndNotePositioningType that contains the positioning types for endnote |
void |
setFixedWidth(float value)
Sets a float value that indicates the fixed width of the table. |
void |
setFloatingBox(FloatingBox floatingBox)
Sets a floatingBox information. |
void |
setFootNoteHeight(float value)
Sets a float value of the footnote's height. |
void |
setHasEndNote(boolean value)
Sets a boolean value that indicates whether current table has endnote. |
void |
setHasFootNote(boolean value)
Sets a boolean value that indicates whether current table has footnote. |
void |
setIsBorderSetbyUser(boolean isBorderSetbyUser)
Sets a boolean value that indicates the border is set by user or not |
void |
setIsBroaken(boolean value)
Sets a boolean value that indicates whether the table is broken. |
void |
setIsBroken(boolean value)
Sets a bool value that indicates whether the table is allowed to be broken or not when crossing pages. |
void |
setIsBrokenTable(boolean value)
Sets a boolean value that indicates whether the table is broken or not |
void |
setIsColumnWidthGot(boolean isColumnWidthGot)
Sets a boolean value that indicates whether the method getColumnWidths is got. |
void |
setIsEmptyRowAtBottomShown(boolean value)
Sets a boolean value that indicates if the empty row at the bottom of the table be shown in the PDF. |
void |
setIsFirstRowRepeated(boolean value)
Sets a boolean value that indicates whether the first row is repeated when its table is broken. |
void |
setIsFromCanvas(boolean isFromCanvas)
Sets a boolean value that indicates whether the table is from Canvas |
void |
setIsFromFloatingBox(boolean IsFromFloatingBox)
Sets a boolean value that indicates whether the table is converted from a floating box from or not |
void |
setIsNeedRepeating(boolean value)
Sets a boolean value that indicates whether the paragraph need to be repeated on next page. |
void |
setIsOriginalVerticalBrokenTable(boolean value)
Sets a boolean value that indicates whether the table is the original vertical broken table |
void |
setIsRowBroken(boolean value)
Sets a bool value that indicates whether the row can be broken or not when its table is broken. |
void |
setIsRowBrokenSetByUser(boolean value)
Sets a boolean value that indicates whether the row is set broken by user |
void |
setIsSingleHeaderShown(boolean value)
A boolean value that indicates whether table with only a header(IsFirstRowRepeated=true and Rows.Count=1) be shown. |
void |
setIsVerticalBroken(boolean value)
Sets or sets a bool value that indicates whether the table is broken vertically as the table is printed out of the right page margin.If The sub-table can be place in the same page,it will be placed after the original table in the same page. |
void |
setIsVerticalBrokenInSamePage(boolean value)
Sets a boolean value that indicates whether the vertically broken table is in the same page. |
void |
setNextBrokenTable(Table value)
Sets the next broken table |
void |
setParentHeaderFooter(HeaderFooter value)
Sets the parent HeaderFooter that represents a header or footer of a page in a Pdf document |
void |
setParentSection(Section value)
Sets the parent Section that represents a section in a Pdf document |
void |
setRepeatingRows(int value)
Sets a int value that indicates how many rows from the first row will be repeated when the table is broken across pages. |
void |
setRepeatingRowsTable(Table value)
Sets a Table object that contains repeating rows. |
void |
setRows(Rows value)
Sets a Rows collection that indicates all rows in the table. |
void |
setTableMatrix(tableMatrix[][] TableMatrix)
Sets a tableMatrix array that contains the table matrix |
void |
setTitle(java.lang.String value)
Sets a String value that indicates the title of the table. |
void |
setVerticalAlignment(VerticalAlignmentType value)
Sets a VerticalAlignmentType object that indicates
the vertical alignment type of all cells in the table. |
void |
setVerticalTextCells(Cells VerticalTextCells)
Sets a Cells object that the table contains vertical text cells. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public tableMatrix[][] TableMatrix
public int TableMatrixOffSet
public int TableMatrixLength
public Paragraphs ZIndexParasInTable
Paragraphs
object that indicates zindex paragraph in table
public boolean HasRowSpan
public Cells VerticalTextCells
Cells
object that the table contains vertical text cells.
public boolean[] IsColumnWidthSetByUser
public boolean IsFromFloatingBox
public boolean IsFromCanvas
Canvas
or not
public boolean IsColumnWidthGot
public boolean IsColIndexProcessed
Constructor Detail |
---|
public Table()
Table
class.
public Table(Section section)
Table
class in the Section
.
section
- The section object where the table is in.public Table(Cell cell)
Table
class in the Cell
.
cell
- The cell object where the table is inMethod Detail |
---|
public WidthArray getColWidths()
WidthArray
object that
indicates the column width array.
public void setColWidths(WidthArray value)
WidthArray
object that
indicates the column width array.
public boolean getIsNeedRepeating()
public void setIsNeedRepeating(boolean value)
value
- public boolean getIsKeptWithNextTable()
public java.lang.String getColumnWidths()
Remarks: If this property is set, the FitWidth property of the Cell
object needs not set.
public void setColumnWidths(java.lang.String value)
value
- public float getWidth()
getWidth
in class Paragraph
public WidthArray getAddColWidths()
WidthArray
object that indicates add column widths.
public void setAddColWidths(WidthArray value)
WidthArray
object that indicates add column widths.
value
- public WidthArray getAddRight()
public void setAddRight(WidthArray value)
public boolean getHasFootNote()
public void setHasFootNote(boolean value)
value
- public float getFootNoteHeight()
public void setFootNoteHeight(float value)
value
- public boolean getHasEndNote()
public void setHasEndNote(boolean value)
value
- public EndNotePositioningType getEndNotePositioning()
EndNotePositioningType
that contains the positioning types for endnote
public void setEndNotePositioning(EndNotePositioningType value)
EndNotePositioningType
that contains the positioning types for endnote
value
- public boolean getIsRowBroken()
public void setIsRowBroken(boolean value)
value
- public boolean getIsRowBrokenSetByUser()
public void setIsRowBrokenSetByUser(boolean value)
value
- public boolean getIsBroken()
public void setIsBroken(boolean value)
public boolean getIsVerticalBroken()
public void setIsVerticalBroken(boolean value)
value
- public boolean getIsOriginalVerticalBrokenTable()
public void setIsOriginalVerticalBrokenTable(boolean value)
value
- public boolean getIsVerticalBrokenInSamePage()
public void setIsVerticalBrokenInSamePage(boolean value)
value
- public boolean getIsFirstRowRepeated()
public void setIsFirstRowRepeated(boolean value)
value
- public tableMatrix[][] getTableMatrix()
tableMatrix
array that contains the table matrix
public void setTableMatrix(tableMatrix[][] TableMatrix)
tableMatrix
array that contains the table matrix
TableMatrix
- public int getTableMatrixOffSet()
public int getRepeatingRows()
public void setRepeatingRows(int value)
value
- public boolean getIsBorderSetbyUser()
public void setIsBorderSetbyUser(boolean isBorderSetbyUser)
isBorderSetbyUser
- public BorderInfo getBorder()
BorderInfo
object that indicates the table
border info.
public void setBorder(BorderInfo value)
BorderInfo
object that indicates the table
border info.
value
- public java.lang.String getTitle()
public void setTitle(java.lang.String value)
value
- public int getColumnCount()
public void setColumnCount(int value)
value
- public Rows getRows()
Rows
collection that indicates all rows in the table.
public void setRows(Rows value)
Rows
collection that indicates all rows in the table.
value
- public Table getRepeatingRowsTable()
Table
object that contains repeating rows.
public void setRepeatingRowsTable(Table value)
Table
object that contains repeating rows.
value
- public boolean getIsBroaken()
public void setIsBroaken(boolean value)
value
- public float getFixedWidth()
NOTE: This member is now obsolete.
You should use setColumnWidths(String)
to set the column width of the table.
It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes
for any inconvenience you may have experienced.
public void setFixedWidth(float value)
NOTE: This member is now obsolete.
You should use setColumnWidths(String)
to set the column width of the table.
It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes
for any inconvenience you may have experienced.
value
- public AlignmentType getAlignment()
AlignmentType
that indicates the paragraph alignment type.
public void setAlignment(AlignmentType value)
AlignmentType
that indicates the paragraph alignment type.
value
- public ColumnAdjustmentType getColumnAdjustment()
ColumnAdjustmentType
that indicates how to
determine the width of columns.Default is Customized which means the
column width are specified by manual.
public void setColumnAdjustment(ColumnAdjustmentType value)
ColumnAdjustmentType
that indicates how to
determine the width of columns.Default is Customized which means the
column width are specified by manual.
value
- public boolean getIsBrokenTable()
public void setIsBrokenTable(boolean value)
value
- public Section getParentSection()
Section
that represents a section in a Pdf document
public void setParentSection(Section value)
Section
that represents a section in a Pdf document
value
- public HeaderFooter getParentHeaderFooter()
HeaderFooter
that represents a header or footer of a page in a Pdf document
public void setParentHeaderFooter(HeaderFooter value)
HeaderFooter
that represents a header or footer of a page in a Pdf document
value
- public Table getNextBrokenTable()
public void setNextBrokenTable(Table value)
value
- public boolean getIsDefaultBorderSetbyUser()
public BorderInfo getDefaultCellBorder()
BorderInfo
object that indicates the default
border style for all cells in this table.
public void setDefaultCellBorder(BorderInfo value)
BorderInfo
object that indicates the default
border style for all cells in this table.
value
- public TextInfo getDefaultCellTextInfo()
TextInfo
object that indicates the default
cell text format info.
public void setDefaultCellTextInfo(TextInfo value)
TextInfo
object that indicates the default
cell text format info.
value
- public VerticalAlignmentType getVerticalAlignment()
VerticalAlignmentType
object that indicates
the vertical alignment type of all cells in the table.
public void setVerticalAlignment(VerticalAlignmentType value)
VerticalAlignmentType
object that indicates
the vertical alignment type of all cells in the table.
value
- public MarginInfo getDefaultCellPadding()
MarginInfo
object that indicates the default
cell padding in the table.
public void setDefaultCellPadding(MarginInfo value)
MarginInfo
object that indicates the default
cell padding in the table.
value
- public void importArray(java.lang.String[] stringArray, int firstRow, byte firstColumn, boolean isLeftColumnsFilled)
stringArray
- The string array.firstRow
- The zero oriented row number of the first cell to import in.firstColumn
- The zero oriented column number of the first cell to import in.isLeftColumnsFilled
- If the value of this parameter is true,in the below rows of
the first import row, columns will be filled at the first column of the table. Otherwise,
columns in the below rows will be filled at the first import column specified by the firstColumn
parameter.public void importArray(int[] intArray, int firstRow, byte firstColumn, boolean isLeftColumnsFilled)
intArray
- The integer array.firstRow
- The zero oriented row number of the first cell to import in.firstColumn
- The zero oriented column number of the first cell to import in.isLeftColumnsFilled
- If the value of this parameter is true,in the below rows of
the first import row, columns will be filled at the first column of the table. Otherwise,
columns in the below rows will be filled at the first import column specified by the firstColumn
parameter.public void importArray(double[] doubleArray, int firstRow, byte firstColumn, boolean isLeftColumnsFilled)
doubleArray
- The double number array.firstRow
- The zero oriented row number of the first cell to import in.firstColumn
- The zero oriented column number of the first cell to import in.isLeftColumnsFilled
- If the value of this parameter is true,in the below rows of
the first import row, columns will be filled at the first column of the table. Otherwise,
columns in the below rows will be filled at the first import column specified by the firstColumn
parameter.public void importArray(java.lang.Object[] objArray, int firstRow, byte firstColumn, boolean isLeftColumnsFilled)
objArray
- The object array.firstRow
- The zero oriented row number of the first cell to import in.firstColumn
- The zero oriented column number of the first cell to import in.isLeftColumnsFilled
- If the value of this parameter is true,in the below rows of
the first import row, columns will be filled at the first column of the table. Otherwise,
columns in the below rows will be filled at the first import column specified by the firstColumn
parameter.
Typical usages are the following:
public boolean getIsSingleHeaderShown()
public void setIsSingleHeaderShown(boolean value)
value
- public Color getBackgroundColor()
Color
object that indicates the
background color of the table.
public void setBackgroundColor(Color value)
Color
object that indicates the
background color of the table.
value
- public Cells getVerticalTextCells()
Cells
object that the table contains vertical text cells.
public void setVerticalTextCells(Cells VerticalTextCells)
Cells
object that the table contains vertical text cells.
VerticalTextCells
- public java.lang.Object clone()
Table
object. Table properties are cloned but rows in table is not cloned.
clone
in class java.lang.Object
public java.lang.Object completeClone()
Table
object. All members in the table are cloned.
completeClone
in class Paragraph
Table
object.public void setColumnTextInfo(int columnNumber, TextInfo textInfo)
columnNumber
- The number of the column to be set.textInfo
- The text info object to set.public float getMinColumnWidth(Pdf pdf, int columnNumber)
pdf
- The Pdf
object that indicates the PDF document.columnNumber
- The column number which begins at 0.
public float getMaxColumnWidth(Pdf pdf, int columnNumber)
NOTE: This member is now obsolete.
You should use GetMinColumnWidth(Pdf pdf,int columnNumber) which has better performance. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced.
pdf
- columnNumber
- The column number which begins at 0.
public void setColumnWidth(int columnNumber, float width)
#getMinColumnWidth(int)
.
columnNumber
- The column number which begins at 0.width
- The width to be set.public Cell getCell(int row, int column, boolean isTableChanged)
row
- The 0-based row index.column
- The 0-based column index.isTableChanged
- If the table is changed after the last calling of this method
on the same table.
public FloatingBox getFloatingBox()
public void setFloatingBox(FloatingBox floatingBox)
floatingBox
- public boolean getIsFromFloatingBox()
public void setIsFromFloatingBox(boolean IsFromFloatingBox)
IsFromFloatingBox
- public boolean getIsFromCanvas()
Canvas
or not.
public void setIsFromCanvas(boolean isFromCanvas)
Canvas
isFromCanvas
- public boolean getIsEmptyRowAtBottomShown()
public void setIsEmptyRowAtBottomShown(boolean value)
value
- public boolean getIsColumnWidthGot()
public void setIsColumnWidthGot(boolean isColumnWidthGot)
isColumnWidthGot
- public float getHeight(Pdf doc)
doc
- The Pdf
object.
public void formatTableWithFormatInfo(TableFormatInfo info, int firstColumn, int firstRow, int maxRows, int maxColumns)
info
- The TableFormatInfo Object.firstColumn
- The first column indexfirstRow
- The first Row index.maxRows
- Maximum rows to be imported.maxColumns
- Maximum columns to be imported,no more than 128.public void formatRowsWithFormatInfo(TableFormatInfo info, int firstRow, int maxRows)
info
- The TableFormatInfo Object.firstRow
- The first Row index.maxRows
- Maximum rows to be imported.public void formatColumnsWithFormatInfo(TableFormatInfo info, int firstColumn, int maxColumns)
info
- The TableFormatInfo Object.firstColumn
- The first column index.maxColumns
- Maximum columns to be imported,no more than 128.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |