insert_paragraph_number_in_full_context property

FieldRef.insert_paragraph_number_in_full_context property

Gets or sets whether to insert the paragraph number of the referenced paragraph in full context.

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

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

See Also