|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetColor () |
| Get the table border color. More... | |
| def | GetDash_phase () |
| Get dash phase. More... | |
| def | GetDashes () |
| Get a dash array that represents the dash patterns. More... | |
| def | GetLine_width () |
| Get table border line width, in points. More... | |
| def | GetTable_border_style () |
| Get table border style. More... | |
| def | SetColor (value) |
| Set the table border color. More... | |
| def | SetDash_phase (value) |
| Set dash phase. More... | |
| def | SetDashes (value) |
| Set a dash array that represents the dash patterns. More... | |
| def | SetLine_width (value) |
| Set table border line width, in points. More... | |
| def | SetTable_border_style (value) |
| Set table border style. More... | |
This class represents table border information.
| fsdk.TableBorderInfo.GetColor | ( | ) |
Get the table border color.
| fsdk.TableBorderInfo.GetDash_phase | ( | ) |
Get dash phase.
| fsdk.TableBorderInfo.GetDashes | ( | ) |
Get a dash array that represents the dash patterns.
| fsdk.TableBorderInfo.GetLine_width | ( | ) |
Get table border line width, in points.
| fsdk.TableBorderInfo.GetTable_border_style | ( | ) |
Get table border style.
| fsdk.TableBorderInfo.SetColor | ( | value | ) |
Set the table border color.
| [in] | value | The table border color. Format: 0xAARRGGBB. |
| fsdk.TableBorderInfo.SetDash_phase | ( | value | ) |
Set dash phase.
| [in] | value | Dash phase.It should not be negative. Only useful when parameter style</ i> is fsdk.TableBorderInfoE_TableBorderStyleDashed . Please refer to <PDF Reference 1.7> P211 "dash pattern" for more details. |
| fsdk.TableBorderInfo.SetDashes | ( | value | ) |
Set a dash array that represents the dash patterns.
| [in] | value | A dash array that represents the dash patterns. The value of each element in this array should not be negative. Only useful when style is fsdk.TableBorderInfoE_TableBorderStyleDashed . Please refer to <PDF Reference 1.7> P211 "dash pattern" for more details. |
| fsdk.TableBorderInfo.SetLine_width | ( | value | ) |
Set table border line width, in points.
| [in] | value | Table border line width, in points. This should be a non-negative value. If this value is 0, no border is drawn. |
| fsdk.TableBorderInfo.SetTable_border_style | ( | value | ) |
Set table border style.
| [in] | value | Table border style. Please refer to values starting from fsdk.TableBorderInfoE_TableBorderStyleSolid and this should be one of these values. |