The RenderObject type exposes the following members.

Methods

  Name Description
Public method 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.
Public method 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.
Public method 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.
Public method AssignFrom(RenderObject, Boolean, Boolean, 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.
Public method 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.
Public method Clone()()()()
Clones the current RenderObject.
Public method Clone(Boolean, Boolean)
Clones the current RenderObject.
Public method Clone(Boolean, Boolean, Boolean, Boolean)
Clones the current RenderObject.
Public method Clone(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Clones the current RenderObject.
Public method GetNestedObjectCount
Calculates the count of objects which are nested within this object. This method takes into account child objects and their children.
Public method GetOwnedObjectCount
Calculates the number of objects which are owned by the current object.
Public method IndexOfFragment
Returns the index of the specified RenderFragment of the current object in the Fragments collection.

See Also