Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Group

Group is derived class of VertexElem and represents a group.

Fields

FieldTypeDescription
isGroupbooleanRead only. Returns True.
titlestringThe title.
colorColorThe background color.
symbolSymbol or NoneThe symbol for this group.
collapsedbooleanTrue if the group is collapsed.
childrenlist of VertexElemRead only. The elements contained in the group.
startDateDate or NoneRead only. The start date, as a Date. Same as the start time of the earliest scheduled child. None if project management not enabled or group has no children.
finishDateDate or NoneRead only. The finish date, as a Date. Same as the finish time of the latest scheduled child. None if project management not enabled or group has no children.
startTimeTime or NoneRead only. The start time, as a Time. Same as the start time of the earliest scheduled child. None if project management not enabled or group has no children.
finishTimeTime or NoneRead only. The finish time, as a Time. Same as the finish time of the latest scheduled child. None if project management not enabled or group has no children.
startDateStringstring or NoneRead only. The string that would be displayed for the group’s start date, or None if project management not enabled.
finishDateStringstring or NoneRead only. The string that would be displayed for the group’s finish date, or None if project management not enabled.
titleFontFontSpecRead only. The FontSpec used to render the group title.
titleLineslist of LayoutLineRead only. A list of LayoutLines providing position information for the group title.

Methods

deepCollapse( )

Performs a deep collapse on the group.

deepExpand( )

Performs a deep expand on the group.