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):
...
Represents an estimate of the number of paragraphs in the document.
@property
def paragraphs(self):
...
@paragraphs.setter
def paragraphs(self, value):
...