Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | DefaultAppearance (flags, font, text_size, text_color) |
Constructor, with parameters. More... | |
def | Set (flags, font, text_size, text_color) |
Set value. More... | |
Static Public Attributes | |
e_FlagFont = _fsdk.DefaultAppearance_e_FlagFont | |
Indicates property font of FoxitPDFSDKPython3.DefaultAppearance is meaningful. | |
e_FlagFontSize = _fsdk.DefaultAppearance_e_FlagFontSize | |
Indicates property text size of FoxitPDFSDKPython3.DefaultAppearance is meaningful. | |
e_FlagTextColor = _fsdk.DefaultAppearance_e_FlagTextColor | |
Indicates property text color of FoxitPDFSDKPython3.DefaultAppearance is meaningful. | |
flags = _swig_property(_fsdk.DefaultAppearance_flags_get, _fsdk.DefaultAppearance_flags_set) | |
Flags to indicate which properties of default appearance are meaningful. More... | |
font = _swig_property(_fsdk.DefaultAppearance_font_get, _fsdk.DefaultAppearance_font_set) | |
A font for default appearance. It should be a valid font object when it is useful. More... | |
text_color = _swig_property(_fsdk.DefaultAppearance_text_color_get, _fsdk.DefaultAppearance_text_color_set) | |
Text color for default appearance. Format: 0xRRGGBB. More... | |
text_size = _swig_property(_fsdk.DefaultAppearance_text_size_get, _fsdk.DefaultAppearance_text_size_set) | |
Text size for default appearance. More... | |
This class represents default appearance data, which is used for free text annotation and form.
def FoxitPDFSDKPython3.DefaultAppearance.DefaultAppearance | ( | flags, | |
font, | |||
text_size, | |||
text_color | |||
) |
Constructor, with parameters.
Constructor, with another default appearance object.
Constructor.
[in] | flags | Flags to indicate which properties of default appearance are meaningful. Please refer to values starting from FoxitPDFSDKPython3.DefaultAppearance.e_FlagFont and this can be one or a combination of these values. |
[in] | font | A valid font object for default appearance when parameter flags includes FoxitPDFSDKPython3.DefaultAppearance.e_FlagFont . |
[in] | text_size | Font size for default appearance when parameter flags includes FoxitPDFSDKPython3.DefaultAppearance.e_FlagFontSize . Usually it should be above 0. For some objects, the size 0 has special meaning. Please refer to the comment of functions which are used to set default appearance data to other object. |
[in] | text_color | Text color for default appearance. Format: 0xRRGGBB. |
[in] | default_appearance | Another default appearance object. |
def FoxitPDFSDKPython3.DefaultAppearance.Set | ( | flags, | |
font, | |||
text_size, | |||
text_color | |||
) |
Set value.
[in] | flags | Flags to indicate which properties of default appearance are meaningful. Please refer to values starting from FoxitPDFSDKPython3.DefaultAppearance.e_FlagFont and this can be one or a combination of these values. |
[in] | font | A font for default appearance. Please ensure this is a valid font object when parameter flags includes FoxitPDFSDKPython3.DefaultAppearance.e_FlagFont . |
[in] | text_size | Font size for default appearance when parameter flags includes FoxitPDFSDKPython3.DefaultAppearance.e_FlagFontSize . Usually it should be above 0. For some objects, the size 0 has special meaning. Please refer to the comment of functions which are used to set default appearance data to other object. |
[in] | text_color | Text color for default appearance. Format: 0xRRGGBB. |
|
static |
Flags to indicate which properties of default appearance are meaningful.
Please refer to values starting from FoxitPDFSDKPython3.DefaultAppearance.e_FlagFont and this can be one or a combination of these values. 0 means no property of default appearance is meaningful.
|
static |
A font for default appearance. It should be a valid font object when it is useful.
|
static |
Text color for default appearance. Format: 0xRRGGBB.
|
static |
Text size for default appearance.
Usually it should be above 0 when it is useful. For some objects, the size 0 has special meaning. Please refer to the comment of functions which are used to set default appearance data to other object.