HasMultiLineCellContents |
|
|
CanExpandCollapse ExpandOrCollapse InfoAt |
|
CurrentIndex Expanded Lines StartOffset |
| Field | Type | |
|---|---|---|
| HasMultiLineCellContents: | startOffset: | Unsigned |
| currentIndex: | Unsigned |
Define Class HasMultiLineCellContents; mixes in with Object; field startOffset: Unsigned, getter, setter; field currentIndex: Unsigned, getter, setter; attribute StartOffset: Unsigned; attribute CurrentIndex: Unsigned; attribute Lines: Unsigned, readOnly, noGetter; operation InfoAt(offset: Unsigned; attribute: OperationNumber; var styleChanges: Unsigned): Object, noMethod; /* Collapsing/expanding */ operation CanExpandCollapse(): Boolean, noFail; attribute Expanded: Boolean, readOnly; operation ExpandOrCollapse(): Boolean; end class;