Aspose::Words::BuildingBlocks::BuildingBlock::get_Description method

BuildingBlock::get_Description method

Gets or sets the description associated with this building block.

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

Remarks

The description may contain any string content, usually additional information.

Cannot be null, but can be an empty string.

Corresponds to the docPartPr.description element in OOXML.

See Also