Paragraph constructor

init

Initializes a new instance of the Paragraph class with default properties.

def __init__(self):
    ...

init

Copy constructor that initializes a new instance of a Paragraph class.

def __init__(self, para):
    ...
ParameterTypeDescription
paraParagraph

See Also