Group
Group is derived class of VertexElem and represents a group.
Fields
Field | Type | Description |
---|---|---|
isGroup | boolean | Read only. Returns True . |
title | string | The title. |
color | Color | The background color. |
symbol | Symbol or None | The symbol for this group. |
collapsed | boolean | True if the group is collapsed. |
children | list of VertexElem | Read only. The elements contained in the group. |
startDate | Date or None | Read 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. |
finishDate | Date or None | Read 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. |
startTime | Time or None | Read 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. |
finishTime | Time or None | Read 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. |
startDateString | string or None | Read only. The string that would be displayed for the group’s start date, or None if project management not enabled. |
finishDateString | string or None | Read only. The string that would be displayed for the group’s finish date, or None if project management not enabled. |
titleFont | FontSpec | Read only. The FontSpec used to render the group title. |
titleLines | list of LayoutLine | Read 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.