name property
BuildingBlock.name property
Gets or sets the name of this building block.
@property
def name(self) -> str:
...
@name.setter
def name(self, value: str):
...
Remarks
The name may contain any string content, usually a friendly identifier. Multiple building blocks can have the same name.
Cannot be None
and cannot be an empty string.
Corresponds to the docPartPr.name element in OOXML.
See Also
- module aspose.words.buildingblocks
- class BuildingBlock
- property BuildingBlock.gallery
- property BuildingBlock.category