titles_of_parts property
BuiltInDocumentProperties.titles_of_parts property
Each string in the array specifies the name of a part in the document.
@property
def titles_of_parts(self) -> List[str]:
...
@titles_of_parts.setter
def titles_of_parts(self, value: List[str]):
...
Remarks
Aspose.Words does not update this property.
See Also
- module aspose.words.properties
- class BuiltInDocumentProperties
- property BuiltInDocumentProperties.heading_pairs