The RenderFragment type exposes the following members.

Properties

  Name Description
Public property Bounds
Gets or sets the current fragment's bounds within its parent. For top level fragments, bounds within Page are returned.
Public property BoundsOnPage
Gets the bounds of the current fragment on the page.
Public property Children
Gets a RenderFragmentCollection containing the child fragments of the current fragment.
Public property ClipParent
Gets the value indicating whether the parent object is clipped. (Returns the value of ClipPage for top-level fragments, Clip of the parent fragment's render object for nested ones.)
Public property ColumnIndex
Gets the 0-based index of the column on the page containing the current fragment. For the default single-column page layout, the value of this property is 0. If the current fragment belongs to a page header or footer, this value is -1 (see IsInPageHeader and IsInPageFooter).
Public property ContentBoundsOnPage
For internal use.
Public property Document
Gets the C1PrintDocument object containing the current fragment.
Public property DrawBoundsOnPage
For internal use.
Public property HasChildren
Gets a value indicating whether the Children collection of the current fragment has been initialized and contains one or more elements.
Public property IndexInParent
Gets the 0-based index of the current fragment in the Children collection of its Parent.
Public property IndexInRenderObject
Gets the 0-based index of the current fragment in the Fragments collection of the RenderObject that produced it.
Public property InnerBounds
Gets the inner bounds of the current fragment (without spacing, borders and padding) within its parent.
Public property InnerBoundsOnPage
Gets the inner bounds of the current fragment (without spacing, borders and padding) on the page.
Public property IsInPageFooter
Gets a value indicating whether the current fragment belongs to the page footer.
Public property IsInPageHeader
Gets a value indicating whether the current fragment belongs to the page header.
Public property Level
Gets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1.
Public property Page
Gets the page containing the current fragment.
Public property PageIndex
Gets the 0-based index of C1Page containing the current fragment.
Public property Parent
Gets RenderFragment that is the parent of the current fragment.
Public property RenderObject
Gets the RenderObject that produced the current fragment.
Public property TableColOnPage
Gets the 0-based index of the column in the most nested RenderTableFragment containing the current render object (i.e. the column index on the current page), or -1 if the current object is not contained in a table.
Public property TableFragment
Gets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table.
Public property TableRowOnPage
Gets the 0-based index of the row in the most nested RenderTableFragment containing the current render object (i.e. the row index on the current page), or -1 if the current object is not contained in a table.
Public property TopParent
Gets the top level RenderFragment containing the current fragment.
Public property Visible
Gets a value indicating whether the current fragment is visible.

Explicit Interface Implementations

See Also