C1.C1Preview Namespace : RenderTable Class |
The following tables list the members exposed by RenderTable.
Name | Description | |
---|---|---|
RenderTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
Anchors | Gets the collection of anchors (elements of the type C1Anchor) associated with the current object. (Inherited from C1.C1Preview.RenderObject) | |
BordersSplitHorzMode | Gets or sets a value indicating how borders are drawn if the object is too wide and is split between horizontal pages. (Inherited from C1.C1Preview.RenderObject) | |
BordersSplitVertMode | Gets or sets a value indicating how borders are drawn if the object is too high and is split between pages. (Inherited from C1.C1Preview.RenderObject) | |
BreakAfter | Gets or sets the type of break (none, line, column, or page) to insert after the current object. (Inherited from C1.C1Preview.RenderObject) | |
BreakBefore | Gets or sets the type of break (none, line, column, or page) to insert before the current object. (Inherited from C1.C1Preview.RenderObject) | |
CanSplitHorz | Indicates whether the object can be split horizontally if it falls on a page break. (Inherited from C1.C1Preview.RenderObject) | |
CanSplitVert | Indicates whether the object can be split vertically if it falls on a page break. (Inherited from C1.C1Preview.RenderObject) | |
Cells | Gets the collection of cells of the current RenderTable. Getting a cell with arbitrary row and column indices on this collection always returns a TableCell object, initializing it if necessary. | |
CellStyle | Gets the Style of objects contained in the cells of the current table. See TableCell.CellStyle for details. | |
Children | Gets the collection of child render objects. (Inherited from C1.C1Preview.RenderObject) | |
Clip | Gets or sets the value indicating whether the object should be clipped. (Inherited from C1.C1Preview.RenderObject) | |
ColGroups | Gets the collection of column groups defined on the current RenderTable. | |
Collection | Gets the RenderObjectCollection containing the current object, or null if the current object has no IOwnedCollectionItem.Owner or the owner is not a RenderObjectCollection. (Inherited from C1.C1Preview.RenderObject) | |
Cols | Gets the collection of columns of the current RenderTable. Getting a column with an arbitrary index on this collection always returns a TableCol object, initializing it if necessary. | |
ColsCanSplit | Gets or sets a value indicating whether table columns can split between pages (you can override this value for individual columns using TableVector.CanSplit property). The default is false. | |
ColsSplitBehavior | Gets or sets a value determining how a table column is treated when it is too wide to fit in the horizontal space available on the current page. (you can override this value for individual columns using TableVector.SplitBehavior property).
The default is SplitBehaviorEnum.Never. | |
ColumnSizingMode | Gets or sets a value determining how the widths of table columns are calculated. The default is TableSizingModeEnum.Fixed. | |
Copies | Gets the collection of RenderObject objects generated by data binding. The value of this property is null if the object is not data bound. (Inherited from C1.C1Preview.RenderObject) | |
DataBinding | Gets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object. (Inherited from C1.C1Preview.RenderObject) | |
DataBindingDefined | Gets a value indicating whether the current object is data bound. Returns true if the object's RenderObject.DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None. (Inherited from C1.C1Preview.RenderObject) | |
DataBindingMode | Overridden. Gets a combination of DataBindingModeEnum flags specifying the data binding mode of the current object. Takes into consideration data binding of row and column groups. | |
Document | Gets the C1PrintDocument object containing the current RenderObject. (Inherited from C1.C1Preview.RenderObject) | |
FireProgressEvent | TBD: Gets or sets a value indicating whether progress events should be generated during resolving of this render object. This property is false by default, you can set this property to true if object is large and its resolving take a long of time, to suppress hangup time during document rendering. (Inherited from C1.C1Preview.RenderObject) | |
FirstFragment | Gets the first fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. (Inherited from C1.C1Preview.RenderObject) | |
FormatDataBindingInstanceScript | Gets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving. (Inherited from C1.C1Preview.RenderObject) | |
FragmentResolvedScript | Gets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the RenderObject.Fragments collection on the current object. (Inherited from C1.C1Preview.RenderObject) | |
Fragments | Gets a RenderFragmentCollection containing the fragments produced by the current object in the generated document. (Inherited from C1.C1Preview.RenderObject) | |
HasAnchors | Gets a value indicating whether the current object has any anchors associated with it (i.e. whether the RenderObject.Anchors collection exists and is not empty). (Inherited from C1.C1Preview.RenderObject) | |
HasChildren | Gets a value indicating whether the current object has children (i.e. its RenderObject.Children collection contains at least one element). (Inherited from C1.C1Preview.RenderObject) | |
HasFragments | Gets a value indicating whether the current object's RenderObject.Fragments collection has been initialized and contains one or more fragments. (Inherited from C1.C1Preview.RenderObject) | |
Height | Gets or sets the height of the current object.
May be specified as auto (Unit.Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in"). (Inherited from C1.C1Preview.RenderObject) | |
HorzPageFooterOnLastPage | Gets or sets a value indicating whether a horizontal page footer, if defined (see remarks), should be printed on the last of the pages spanned by the current table. | |
HorzPageHeaderOnFirstPage | Gets or sets a value indicating whether a horizontal page header, if defined (see remarks), should be printed on the first of the pages spanned by the current table. | |
Hyperlink | Gets or sets the hyperlink (see C1Hyperlink) associated with the current object. (Inherited from C1.C1Preview.RenderObject) | |
IndexInOwner | Gets the index of the current object within the IOwnedCollectionItem.Owner, or -1 if there is no owner. (Inherited from C1.C1Preview.RenderObject) | |
KeepTogether | Gets or sets a render object which should be printed on the same page as the current object. The specified object must have the same RenderObject.Parent as the current object. (Inherited from C1.C1Preview.RenderObject) | |
LastFragment | Gets the last fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. (Inherited from C1.C1Preview.RenderObject) | |
LayoutChangeAfter | Gets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object. (Inherited from C1.C1Preview.RenderObject) | |
LayoutChangeBefore | Gets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object. (Inherited from C1.C1Preview.RenderObject) | |
Name | Gets or sets the name of the current object. The name can be an empty string. If it is not empty, the name must be unique among the current object's siblings (i.e. objects with the same IOwnedCollectionItem.Owner). (Inherited from C1.C1Preview.RenderObject) | |
ObjectResolvedScript | Gets or sets the script that is executed when the current object has been completely resolved, all its fragments created and added to the RenderObject.Fragments collection of the current object. (Inherited from C1.C1Preview.RenderObject) | |
ObjectResolvingScript | (Inherited from C1.C1Preview.RenderObject) | |
Original | Gets the original RenderObject object that produced the current object during data binding, or null if there is no such object. (Inherited from C1.C1Preview.RenderObject) | |
PageNumberingChange | Gets or sets the RenderObject.PageNumberingChange object defining the page numbering change that will occur when the current object is rendered. (Inherited from C1.C1Preview.RenderObject) | |
Parent | Gets the parent RenderObject containing the current object. (Inherited from C1.C1Preview.RenderObject) | |
RepeatGridLinesHorz | Gets or sets a value indicating whether horizontal gridlines (see Style.GridLines) should be drawn when the current table is split between two or more pages. | |
RepeatGridLinesVert | Gets or sets a value indicating whether vertical gridlines (see Style.GridLines) should be drawn when the current table is split between two or more horizontal (extender) pages. | |
RowGroups | Gets the collection of row groups defined on the current RenderTable. | |
Rows | Gets the collection of rows of the current RenderTable. Getting a row with an arbitrary index on this collection always returns a TableRow object, initializing it if necessary. | |
RowsCanSplit | Gets or sets a value indicating whether table rows can split between pages (you can override this value for individual rows using TableVector.CanSplit property). The default is false. | |
RowSizingMode | Gets or sets a value determining how the heights of table rows are calculated. The default is TableSizingModeEnum.Auto. | |
RowsSplitBehavior | Gets or sets a value determining how a table row is treated when it is too high to fit in the vertical space available on the current page. (you can override this value for individual rows using TableVector.SplitBehavior property).
The default is SplitBehaviorEnum.Never. | |
SplitHorzBehavior | Gets or sets the value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page. (Inherited from C1.C1Preview.RenderObject) | |
SplitVertBehavior | Gets or sets the value determining how the object is treated when it is too high to fit in the vertical space available on the current page. (Inherited from C1.C1Preview.RenderObject) | |
Stacking | Gets or sets the stacking rules used to arrange the children of the current object. (Inherited from C1.C1Preview.RenderObject) | |
Stretch | Obsolete. Use RenderTable.StretchColumns instead. | |
StretchColumns | Gets or sets the mode of stretching the columns of the current table when filling an empty space on the right of the table. | |
StretchRows | Gets or sets the mode of stretching the rows of the current table when filling an empty space below the table. | |
Style | Gets the RenderObject.Style of the current object. This property cannot be assigned to. To use another style as the base for the current object's style, set the Style.Parent to that other style. (Inherited from C1.C1Preview.RenderObject) | |
Table | Gets the most nested RenderTable containing the current render object, or null if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderObject) | |
TableCell | Gets the RenderObject.TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable. (Inherited from C1.C1Preview.RenderObject) | |
TableCol | Gets the 0-based index of the column in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderObject) | |
TableRow | Gets the 0-based index of the row in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderObject) | |
UserCellGroups | Gets the collection of UserCellGroup objects defined on the current table. | |
UserData | Gets or sets arbitrary data associated with the current object. (Inherited from C1.C1Preview.RenderObject) | |
VertPageFooterOnLastPage | Gets or sets a value indicating whether a vertical page footer, if defined (see remarks), should be printed on the last of the horizontal pages spanned by the current table. | |
VertPageHeaderOnFirstPage | Gets or sets a value indicating whether a vertical page header, if defined (see remarks), should be printed on the first of the horizontal pages spanned by the current table. | |
Visibility | Gets or sets a value indicating the visibility of the current object. (Inherited from C1.C1Preview.RenderObject) | |
Width | Gets or sets the width of the current object.
May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)"). (Inherited from C1.C1Preview.RenderObject) | |
X | Gets or sets the X coordinate of the current object.
May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm"). (Inherited from C1.C1Preview.RenderObject) | |
Y | Gets or sets the Y coordinate of the current object.
May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.height/2-self.height/2"). (Inherited from C1.C1Preview.RenderObject) | |
ZOrder | Gets or sets the Z-order of the current object. Objects with smaller Z-order values are drawn under objects with larger Z-order values. By default, this property is zero. (Inherited from C1.C1Preview.RenderObject) |
Name | Description | |
---|---|---|
AssignFrom | Overloaded. Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderTable, also copies RenderTable-specific properties. | |
CalcSize | Calculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to C1PrintDocument.Body or to RenderObject.Children of another object in the document). See remarks for more details. (Inherited from C1.C1Preview.RenderObject) | |
Clone | Overloaded. Clones the current RenderObject. (Inherited from C1.C1Preview.RenderObject) | |
GetNestedObjectCount | Calculates the count of objects which are nested within this object. This method takes into account child objects and their children. (Inherited from C1.C1Preview.RenderObject) | |
GetOwnedObjectCount | Calculates the number of objects which are owned by the current object. (Inherited from C1.C1Preview.RenderObject) | |
IndexOfFragment | Returns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. (Inherited from C1.C1Preview.RenderObject) |