Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | TableBorderInfo () |
Constructor. | |
def | TableBorderInfo (table_border_info) |
Constructor, with another table border information object. More... | |
def | TableBorderInfo (table_border_style, line_width, color, dash_phase, dashes) |
Constructor, with parameters. More... | |
def | Set (table_border_style, line_width, color, dash_phase, dashes) |
Set value. More... | |
Static Public Attributes | |
color = _swig_property(_fsdk.TableBorderInfo_color_get, _fsdk.TableBorderInfo_color_set) | |
The table border color. Format: 0xAARRGGBB. | |
dash_phase = _swig_property(_fsdk.TableBorderInfo_dash_phase_get, _fsdk.TableBorderInfo_dash_phase_set) | |
Dash phase.It should not be negative. Only useful when parameter style</ i> is FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . Please refer to <PDF Reference 1.7> P211 "dash
pattern" for more details. | |
dashes = _swig_property(_fsdk.TableBorderInfo_dashes_get, _fsdk.TableBorderInfo_dashes_set) | |
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 FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . Please refer to <PDF Reference 1.7> P211 "dash
pattern" for more details. | |
e_TableBorderStyleDashed = _fsdk.TableBorderInfo_e_TableBorderStyleDashed | |
Table border style: Dashed. | |
e_TableBorderStyleSolid = _fsdk.TableBorderInfo_e_TableBorderStyleSolid | |
Table border style: Solid. | |
line_width = _swig_property(_fsdk.TableBorderInfo_line_width_get, _fsdk.TableBorderInfo_line_width_set) | |
Table border line width, in points. This should be a non-negative value. If this value is 0, no border is drawn. | |
table_border_style = _swig_property(_fsdk.TableBorderInfo_table_border_style_get, _fsdk.TableBorderInfo_table_border_style_set) | |
Table border style. Please refer to values starting from FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleSolid and this should be one of these values. | |
This class represents table border information.
def FoxitPDFSDKPython3.TableBorderInfo.TableBorderInfo | ( | table_border_style, | |
line_width, | |||
color, | |||
dash_phase, | |||
dashes | |||
) |
Constructor, with parameters.
[in] | table_border_style | Table border style. Please refer to values starting from FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleSolid and this should be one of these values. |
[in] | line_width | Table border line width, in points. This should be a non-negative value. If this value is 0, no border is drawn. |
[in] | color | The table border color. Format: 0xAARRGGBB. |
[in] | dash_phase | Dash phase. Only useful when parameter style is FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . |
[in] | dashes | 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 FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . |
def FoxitPDFSDKPython3.TableBorderInfo.TableBorderInfo | ( | table_border_info | ) |
Constructor, with another table border information object.
[in] | table_border_info | Another table border information object. |
def FoxitPDFSDKPython3.TableBorderInfo.Set | ( | table_border_style, | |
line_width, | |||
color, | |||
dash_phase, | |||
dashes | |||
) |
Set value.
[in] | table_border_style | Table border style. Please refer to values starting from FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleSolid and this should be one of these values. |
[in] | line_width | Table border line width, in points. This should be a non-negative value. If this value is 0, no border is drawn. |
[in] | color | The table border color. Format: 0xAARRGGBB. |
[in] | dash_phase | Dash phase. Only useful when parameter style is FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . |
[in] | dashes | 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 FoxitPDFSDKPython3.TableBorderInfo.e_TableBorderStyleDashed . |