|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCol_count () |
| Get the count of columns in the table. More... | |
| def | GetCol_width_array () |
| Get the column width array. More... | |
| def | GetInside_border_col () |
| Get the column inside border info. More... | |
| def | GetInside_border_row () |
| Get the row inside border info. More... | |
| def | GetMerge_cells () |
| Get the merge cells. More... | |
| def | GetOutside_border_bottom () |
| Get the bottom outside border info. More... | |
| def | GetOutside_border_left () |
| Get the left outside border info. More... | |
| def | GetOutside_border_right () |
| Get the right outside border info. More... | |
| def | GetOutside_border_top () |
| Get the top outside border info. More... | |
| def | GetRect () |
| Get rectangle of the table which specifies the position in PDF page. More... | |
| def | GetRow_count () |
| Get the count of rows in the table. More... | |
| def | GetRow_height_array () |
| Get the row height array. More... | |
| def | Set (rect, row_count, col_count, outside_border_left, outside_border_right, outside_border_top, outside_border_bottom, inside_border_row, inside_border_col, merge_cells, row_height_array, col_width_array) |
| Set value. More... | |
| def | SetCol_count (value) |
| Set the count of columns in the table. More... | |
| def | SetCol_width_array (value) |
| Set the column width array. More... | |
| def | SetInside_border_col (value) |
| Set the column inside border info. More... | |
| def | SetInside_border_row (value) |
| Set the row inside border info. More... | |
| def | SetMerge_cells (value) |
| Set the merge cells. More... | |
| def | SetOutside_border_bottom (value) |
| Set the bottom outside border info. More... | |
| def | SetOutside_border_left (value) |
| Set the left outside border info. More... | |
| def | SetOutside_border_right (value) |
| Set the right outside border info. More... | |
| def | SetOutside_border_top (value) |
| Set the top outside border info. More... | |
| def | SetRect (value) |
| Set rectangle of the table which specifies the position in PDF page. More... | |
| def | SetRow_count (value) |
| Set the count of rows in the table. More... | |
| def | SetRow_height_array (value) |
| Set the row height array. More... | |
This class represents table data.
| fsdk.TableData.GetCol_count | ( | ) |
Get the count of columns in the table.
| fsdk.TableData.GetCol_width_array | ( | ) |
Get the column width array.
| fsdk.TableData.GetInside_border_col | ( | ) |
Get the column inside border info.
| fsdk.TableData.GetInside_border_row | ( | ) |
Get the row inside border info.
| fsdk.TableData.GetMerge_cells | ( | ) |
Get the merge cells.
| fsdk.TableData.GetOutside_border_bottom | ( | ) |
Get the bottom outside border info.
| fsdk.TableData.GetOutside_border_left | ( | ) |
Get the left outside border info.
| fsdk.TableData.GetOutside_border_right | ( | ) |
Get the right outside border info.
| fsdk.TableData.GetOutside_border_top | ( | ) |
Get the top outside border info.
| fsdk.TableData.GetRect | ( | ) |
Get rectangle of the table which specifies the position in PDF page.
| fsdk.TableData.GetRow_count | ( | ) |
Get the count of rows in the table.
| fsdk.TableData.GetRow_height_array | ( | ) |
Get the row height array.
| def fsdk.TableData.Set | ( | rect, | |
| row_count, | |||
| col_count, | |||
| outside_border_left, | |||
| outside_border_right, | |||
| outside_border_top, | |||
| outside_border_bottom, | |||
| inside_border_row, | |||
| inside_border_col, | |||
| merge_cells, | |||
| row_height_array, | |||
| col_width_array | |||
| ) |
Set value.
| [in] | rect | The rectangle of the table which specifies the position in PDF page. |
| [in] | row_count | The count of rows in the table. |
| [in] | col_count | The count of columns in the table. |
| [in] | outside_border_left | The left outside border info. |
| [in] | outside_border_right | The right outside border info. |
| [in] | outside_border_top | The top outside border info. |
| [in] | outside_border_bottom | The bottom outside border info. |
| [in] | inside_border_row | The row inside border info. |
| [in] | inside_border_col | The column inside border info. |
| [in] | merge_cells | The merge cells. |
| [in] | row_height_array | The row height array. The row height will be set as default value automatically if the member of array is zero. Default: (height of rect)/row_count. |
| [in] | col_width_array | The column width array. The column width will be set as default value automatically if the member of array is zero. Default: (width of rect)/col_count. |
| fsdk.TableData.SetCol_count | ( | value | ) |
Set the count of columns in the table.
| [in] | value | The count of columns in the table. |
| fsdk.TableData.SetCol_width_array | ( | value | ) |
Set the column width array.
| [in] | value | The column width array. The column width will be set as default value automatically if the member of array is zero. Default: (width of rect)/col_count. |
| fsdk.TableData.SetInside_border_col | ( | value | ) |
Set the column inside border info.
| [in] | value | The column inside border info. |
| fsdk.TableData.SetInside_border_row | ( | value | ) |
Set the row inside border info.
| [in] | value | The row inside border info. |
| fsdk.TableData.SetMerge_cells | ( | value | ) |
Set the merge cells.
| [in] | value | The merge cells. The length of this array must be even and the zero length means no merge cell. |
| fsdk.TableData.SetOutside_border_bottom | ( | value | ) |
Set the bottom outside border info.
| [in] | value | The bottom outside border info. |
| fsdk.TableData.SetOutside_border_left | ( | value | ) |
Set the left outside border info.
| [in] | value | The left outside border info. |
| fsdk.TableData.SetOutside_border_right | ( | value | ) |
Set the right outside border info.
| [in] | value | The right outside border info. |
| fsdk.TableData.SetOutside_border_top | ( | value | ) |
Set the top outside border info.
| [in] | value | The top outside border info. |
| fsdk.TableData.SetRect | ( | value | ) |
Set rectangle of the table which specifies the position in PDF page.
| [in] | value | Rectangle of the table which specifies the position in PDF page. It should be in [PDF coordinate system] (). |
| fsdk.TableData.SetRow_count | ( | value | ) |
Set the count of rows in the table.
| [in] | value | The count of rows in the table. |
| fsdk.TableData.SetRow_height_array | ( | value | ) |
Set the row height array.
| [in] | value | The row height array. The row height will be set as default value automatically if the member of array is zero. Default: (height of rect)/row_count. |