first_section property

BuildingBlock.first_section property

Gets the first section in the building block.

@property
def first_section(self) -> aspose.words.Section:
    ...

Remarks

Returns None if there are no sections.

See Also