insert_paragraph_number property

FieldRef.insert_paragraph_number property

Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document.

@property
def insert_paragraph_number(self) -> bool:
    ...

@insert_paragraph_number.setter
def insert_paragraph_number(self, value: bool):
    ...

See Also