The RenderTable type exposes the following members.
Methods
Name | Description | |||
---|---|---|---|---|
AssignFrom(RenderObject) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|||
AssignFrom(RenderObject, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|||
AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
The list of fragments (the Fragments property) is neither copied nor changed.
Properties UserData, PageNumberingChange are copied by reference.
The Name property is not copied.
(Inherited from RenderObject.) |
|||
AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) method.
If source is a RenderTable, also copies RenderTable-specific properties.
(Overrides RenderObject..::..AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean).) |
|||
AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) 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 Body or to
Children of another object in the document).
See remarks for more details.
(Inherited from RenderObject.) |
|||
Clone()()()() |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|||
Clone(Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|||
Clone(Boolean, Boolean, Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|||
Clone(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Clones the current RenderObject.
(Inherited from RenderObject.) |
|||
CreateDataBindingCopy |
For internal use.
(Inherited from RenderObject.) |
|||
GetAmbientPropValueForChild |
Gets the value of a child's ambient style property.
(Inherited from RenderObject.) |
|||
GetApproximateCountOfFragmentsToProcess |
Returns the approximate count of fragments in the current object
(used to show progress during document generation).
(Inherited from RenderObject.) |
|||
GetAssignChildren |
Override this method and return false if you want manually copy of children
objects for this object. This method returns true by default.
(Inherited from RenderObject.) |
|||
GetCalculatedValue(Int32) |
For internal use.
(Inherited from RenderObject.) |
|||
GetCalculatedValue(Int32, Object%) |
For internal use.
(Inherited from RenderObject.) |
|||
GetDataBindingForChild |
Returns the C1DataBinding object for a specified child object.
(Inherited from RenderObject.) |
|||
GetDefaultClip |
Gets the default value for the Clip property.
(Inherited from RenderObject.) |
|||
GetDefaultFlags |
Gets the default value for the Flags property.
(Inherited from RenderObject.) |
|||
GetDefaultHeight |
Gets the default value for the Height property.
(Inherited from RenderObject.) |
|||
GetDefaultSplitHorzBehavior |
Gets the default value for the SplitHorzBehavior property.
(Inherited from RenderObject.) |
|||
GetDefaultSplitVertBehavior |
Gets the default value for the SplitVertBehavior property.
(Inherited from RenderObject.) |
|||
GetDefaultWidth |
Gets the default value for the Width property.
(Inherited from RenderObject.) |
|||
GetDocumentLocationDescription |
Returns a human-readable textual description of the location of the current object in the document.
(Inherited from RenderObject.) |
|||
GetFlag |
Returns the value of flag. The object has private field:
(Inherited from RenderObject.) Copy CodeC#
Copy CodeC#
|
|||
GetHeight |
Override this method to perform additional actions when value of the Height property of object is being read.
(Inherited from 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 RenderObject.) |
|||
GetNonAmbientPropValueForChild |
Gets the value of a child's non-ambient style property.
(Inherited from RenderObject.) |
|||
GetOwnedObjectCount |
Calculates the number of objects which are owned by the current object.
(Inherited from RenderObject.) |
|||
GetProcessChildrenWhenDataBindingResolved |
Indicates whether to automatically process data binding on child objects.
The default implementation returns true,
override it and return false if custom child data binding processing
is required.
(Inherited from RenderObject.) |
|||
GetWidth |
Override this method to perform additional actions when value of the Width property of object is being read.
(Inherited from RenderObject.) |
|||
HasCalculatedValue |
For internal use.
(Inherited from RenderObject.) |
|||
IndexOfFragment |
Returns the index of the specified RenderFragment of the current object
in the Fragments collection.
(Inherited from RenderObject.) |
|||
InitRenderObject |
Performs some initializations.
(Inherited from RenderObject.) |
|||
InternalClearCalculatedValues |
Clears the values of calculated properties, called when a document is regenerated.
(Inherited from RenderObject.) |
|||
InternalClearTemporaryInfo |
Clears temporary information created during document resolving.
Override this method to clear render object type-specific data
(but call the base method to clear common data).
(Inherited from RenderObject.) |
|||
InternalResetLayoutDimensions |
For internal use only.
(Inherited from RenderObject.) |
|||
InternalResolveCalculatedValues |
Resolves the values of calculated fields of object.
(Inherited from RenderObject.) |
|||
InternalResolveStyles |
Resolves the calculated values of object's style.
(Inherited from RenderObject.) |
|||
InternalResolvingFinished |
This method is called once after the current RenderObject has been fully resolved.
At the time of the call all RenderFragment objects a built and placed on their pages.
Override it to perform custom processing at that time.
(Inherited from RenderObject.) |
|||
OnChildAdd |
Called after adding new child RenderObject object to the Children collection.
User can throw exception if this object can't be added as the child for this object.
(Inherited from RenderObject.) |
|||
OnChildRemove |
Called after removing child RenderObject object from the Children collection.
User can throw exception if this object can't be removed.
(Inherited from RenderObject.) |
|||
OnMainFragmentBuilt |
This method is called once for each object,
override it to perform custom initialization.
(Inherited from RenderObject.) |
|||
OnParentAdd |
Called after adding this object to the Children collection
of another object.
User can throw exception if this object can't be added as the child for this object.
(Inherited from RenderObject.) |
|||
OnParentRemove |
Called after removing this object from the Children collection
of another object.
(Inherited from RenderObject.) |
|||
ResolveChildrenDataBinding |
Internal use only.
(Inherited from RenderObject.) |
|||
ResolveStyleProperties |
For internal use only.
Resolves calculated properties of the Style()()()() object.
(Inherited from RenderObject.) |
|||
SetCalculatedValue(Int32, Object) |
For internal use.
(Inherited from RenderObject.) |
|||
SetCalculatedValue(Int32, Object, Boolean) |
For internal use.
(Inherited from RenderObject.) |
|||
SetFlag |
Sets value of flag.
(Inherited from RenderObject.) |
|||
SetHeight |
Override this method to perform additional actions when value of the Height property of object is being defined.
(Inherited from RenderObject.) |
|||
SetSplitHorzBehavior |
Override this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined.
(Inherited from RenderObject.) |
|||
SetSplitVertBehavior |
Override this method to perform additional actions when value of the SplitVertBehavior property of object is being defined.
(Inherited from RenderObject.) |
|||
SetWidth |
Override this method to perform additional actions when value of the Width property of object is being defined.
(Inherited from RenderObject.) |
|||
ShouldSerializeCellStyle |
Indicates whether the CellStyle property should be serialized.
|
|||
ShouldSerializeChildren |
Tests whether the Children property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeClip |
Tests whether the Clip property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeFlags |
Tests whether the Flags property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeHeight |
Tests whether the Height property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeName |
Tests whether the Name property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeSplitHorzBehavior |
Tests whether the SplitHorzBehavior property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeSplitVertBehavior |
Tests whether the SplitVertBehavior property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeStyle |
Tests whether the Style()()()() property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeWidth |
Tests whether the Width property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeX |
Tests whether the X property should be serialized.
(Inherited from RenderObject.) |
|||
ShouldSerializeY |
Tests whether the Y property should be serialized.
(Inherited from RenderObject.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISplitBehaviorObject..::..GetPageBounds | (Inherited from RenderObject.) | |
IStyleOwner..::..GetProp | (Inherited from RenderObject.) | |
IStyleOwner..::..GetAmbientPropValue | (Inherited from RenderObject.) | |
IStyleOwner..::..GetNonAmbientPropValue | (Inherited from RenderObject.) |