Aspose::Words::BuildingBlocks::BuildingBlock::get_Category method

BuildingBlock::get_Category method

Specifies the second-level categorization for the building block.

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

Remarks

Building blocks in Microsoft Word user interface are arranged into Galleries. Each Gallery can have multiple Categories. Each block within a Category has a Name.

Cannot be null and cannot be an empty string.

Corresponds to the docPartPr.category.name element in OOXML.

See Also