C1.C1Preview Namespace : RenderObject Class |
For a list of all members of this type, see RenderObject members.
Name | Description | |
---|---|---|
AssignFrom | Overloaded. Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the RenderObject.Fragments property) is neither copied nor changed. Properties RenderObject.UserData, RenderObject.PageNumberingChange are copied by reference. The RenderObject.Name property is not copied. | |
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. | |
Clone | Overloaded. Clones the current RenderObject. | |
GetNestedObjectCount | Calculates the count of objects which are nested within this object. This method takes into account child objects and their children. | |
GetOwnedObjectCount | Calculates the number of objects which are owned by the current object. | |
IndexOfFragment | Returns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. |