paragraphs property

paragraphs property

Represents an estimate of the number of paragraphs in the document.

Definition:

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

See Also