Foxit PDF SDK
|
Public Member Functions | |
def | ColorState (other) |
Constructor, with another color state object. More... | |
def | GetFillColor () |
Get fill color. More... | |
def | GetStrokeColor () |
Get stroke color. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
def | SetFillColor (color) |
Set fill color. More... | |
def | SetStrokeColor (color) |
Set stroke color. More... | |
This class represents PDF color state.
def FoxitPDFSDKPython3.ColorState.ColorState | ( | other | ) |
Constructor, with another color state object.
[in] | other | Another color state object. |
def FoxitPDFSDKPython3.ColorState.GetFillColor | ( | ) |
Get fill color.
def FoxitPDFSDKPython3.ColorState.GetStrokeColor | ( | ) |
Get stroke color.
def FoxitPDFSDKPython3.ColorState.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
def FoxitPDFSDKPython3.ColorState.SetFillColor | ( | color | ) |
Set fill color.
[in] | color | A color to be set as fill color. |
def FoxitPDFSDKPython3.ColorState.SetStrokeColor | ( | color | ) |
Set stroke color.
[in] | color | A color to be set as stroke color. |