char property

char property

Returns or sets the bullet char of a paragraph with no inheritance. Read/write System.Char.

Definition:

@property
def char(self):
    ...

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

See Also