Class
GetProps, GetText, ObjectValid, SetProps, StraddleCells, UnStraddleCells
Cell
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CellAboveInCol | Cell | readonly | |
| CellAngle | int | readwrite | |
| CellBelowInCol | Cell | readonly | |
| CellColNum | int | readonly | |
| CellDefaultBottomRuling | RulingFmt | readonly | |
| CellDefaultLeftRuling | RulingFmt | readonly | |
| CellDefaultRightRuling | RulingFmt | readonly | |
| CellDefaultTopRuling | RulingFmt | readonly | |
| CellIsShown | int | readonly | |
| CellIsStraddled | int | readonly | |
| CellNumColsStraddled | int | readonly | |
| CellNumRowsStraddled | int | readonly | |
| CellOverrideBottomRuling | RulingFmt | readwrite | |
| CellOverrideFill | int | readwrite | |
| CellOverrideLeftRuling | RulingFmt | readwrite | |
| CellOverrideRightRuling | RulingFmt | readwrite | |
| CellOverrideShading | Color | readwrite | |
| CellOverrideTopRuling | RulingFmt | readwrite | |
| CellRow | Row | readonly | |
| CellUseOverrideBRuling | int | readwrite | |
| CellUseOverrideFill | int | readwrite | |
| CellUseOverrideLRuling | int | readwrite | |
| CellUseOverrideRRuling | int | readwrite | |
| CellUseOverrideShading | int | readwrite | |
| CellUseOverrideTRuling | int | readwrite | |
| ContentHeight | int | readonly | |
| Element | Element | readonly | |
| FirstPgf | Pgf | readonly | |
| HighestLevelElement | Element | readonly | |
| InTextFrame | TextFrame | readonly | |
| InTextObj | SubCol | readonly | |
| LastPgf | Pgf | readonly | |
| NextCell | Cell | readwrite | |
| NextCellInRow | Cell | readonly | |
| NextCellInTbl | Cell | readonly | |
| Overflowed | int | readonly | |
| PrevCell | Cell | readonly | |
| PrevCellInRow | Cell | readonly | |
| Unique | int | readonly |
Methods
Instances
PropVals GetProps ()
TextItems GetText (flags: int)
| Parameter | Type | Description |
|---|---|---|
| flags | int |
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
int StraddleCells (heightInRows: int, widthInCols: int)
| Parameter | Type | Description |
|---|---|---|
| heightInRows | int | |
| widthInCols | int |
int UnStraddleCells (heightInRows: int, widthInCols: int)
| Parameter | Type | Description |
|---|---|---|
| heightInRows | int | |
| widthInCols | int |
Element of
Cell.CellAboveInCol
Cell.CellBelowInCol
Cell.NextCell
Cell.NextCellInRow
Cell.NextCellInTbl
Cell.PrevCell
Cell.PrevCellInRow
Row.FirstCellInRow
SubCol.FirstCell
SubCol.LastCell
TextFrame.FirstCell
TextFrame.LastCell
| Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |