font property

font property

Returns or sets the bullet font of a paragraph with no inheritance. Read/write IFontData.

Definition:

@property
def font(self):
    ...

@font.setter
def font(self, value):
    ...

See Also