sections property

BuildingBlock.sections property

Returns a collection that represents all sections in the building block.

@property
def sections(self) -> aspose.words.SectionCollection:
    ...

See Also