Foxit PDF SDK
FoxitPDFSDKPython3.ColorState Class Reference
Inheritance diagram for FoxitPDFSDKPython3.ColorState:
FoxitPDFSDKPython3.Base

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...
 

Detailed Description

This class represents PDF color state.

Constructor & Destructor Documentation

◆ ColorState()

def FoxitPDFSDKPython3.ColorState.ColorState (   other)

Constructor, with another color state object.

Parameters
[in]otherAnother color state object.

Member Function Documentation

◆ GetFillColor()

def FoxitPDFSDKPython3.ColorState.GetFillColor ( )

Get fill color.

Returns
Fill color.

◆ GetStrokeColor()

def FoxitPDFSDKPython3.ColorState.GetStrokeColor ( )

Get stroke color.

Returns
Stroke color.

◆ IsEmpty()

def FoxitPDFSDKPython3.ColorState.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.

◆ SetFillColor()

def FoxitPDFSDKPython3.ColorState.SetFillColor (   color)

Set fill color.

Parameters
[in]colorA color to be set as fill color.
Returns
None.

◆ SetStrokeColor()

def FoxitPDFSDKPython3.ColorState.SetStrokeColor (   color)

Set stroke color.

Parameters
[in]colorA color to be set as stroke color.
Returns
None.