graphic_type property

graphic_type property

Gets and sets the page background graphic type.

Definition:

@property
def graphic_type(self):
    ...
@graphic_type.setter
def graphic_type(self, value):
    ...

See Also