description property
BuildingBlock.description property
Gets or sets the description associated with this building block.
@property
def description(self) -> str:
...
@description.setter
def description(self, value: str):
...
Remarks
The description may contain any string content, usually additional information.
Cannot be None
, but can be an empty string.
Corresponds to the docPartPr.description element in OOXML.
See Also
- module aspose.words.buildingblocks
- class BuildingBlock