Aspose::Words::BuildingBlocks::BuildingBlock::get_Name method

BuildingBlock::get_Name method

Gets or sets the name of this building block.

System::String Aspose::Words::BuildingBlocks::BuildingBlock::get_Name() const

Remarks

The name may contain any string content, usually a friendly identifier. Multiple building blocks can have the same name.

Cannot be null and cannot be an empty string.

Corresponds to the docPartPr.name element in OOXML.

See Also