C1.C1Preview Namespace : RenderC1PrintableFragment Class |
The following tables list the members exposed by RenderC1PrintableFragment.
Name | Description | |
---|---|---|
Bounds | Gets or sets the current fragment's bounds within its parent. For top level fragments, bounds within RenderFragment.Page are returned. (Inherited from C1.C1Preview.RenderFragment) | |
BoundsOnPage | Gets the bounds of the current fragment on the page. (Inherited from C1.C1Preview.RenderFragment) | |
Children | Gets a RenderFragmentCollection containing the child fragments of the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
ClipParent | Gets the value indicating whether the parent object is clipped. (Returns the value of C1PrintDocument.ClipPage for top-level fragments, RenderObject.Clip of the parent fragment's render object for nested ones.) (Inherited from C1.C1Preview.RenderFragment) | |
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 RenderFragment.IsInPageHeader and RenderFragment.IsInPageFooter). (Inherited from C1.C1Preview.RenderFragment) | |
ContentBoundsOnPage | For internal use. (Inherited from C1.C1Preview.RenderFragment) | |
Document | Gets the C1PrintDocument object containing the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
DrawBoundsOnPage | For internal use. (Inherited from C1.C1Preview.RenderFragment) | |
HasChildren | Gets a value indicating whether the RenderFragment.Children collection of the current fragment has been initialized and contains one or more elements. (Inherited from C1.C1Preview.RenderFragment) | |
IndexInParent | Gets the 0-based index of the current fragment in the RenderFragment.Children collection of its RenderFragment.Parent. (Inherited from C1.C1Preview.RenderFragment) | |
IndexInRenderObject | Gets the 0-based index of the current fragment in the RenderObject.Fragments collection of the RenderFragment.RenderObject that produced it. (Inherited from C1.C1Preview.RenderFragment) | |
InnerBounds | Gets the inner bounds of the current fragment (without spacing, borders and padding) within its parent. (Inherited from C1.C1Preview.RenderFragment) | |
InnerBoundsOnPage | Gets the inner bounds of the current fragment (without spacing, borders and padding) on the page. (Inherited from C1.C1Preview.RenderFragment) | |
IsInPageFooter | Gets a value indicating whether the current fragment belongs to the page footer. (Inherited from C1.C1Preview.RenderFragment) | |
IsInPageHeader | Gets a value indicating whether the current fragment belongs to the page header. (Inherited from C1.C1Preview.RenderFragment) | |
Level | Gets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1. (Inherited from C1.C1Preview.RenderFragment) | |
Page | Gets the page containing the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
PageIndex | Gets the 0-based index of C1Page containing the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
Parent | Gets RenderFragment that is the parent of the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
RenderObject | Gets the RenderC1Printable which produced the current fragment. | |
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. (Inherited from C1.C1Preview.RenderFragment) | |
TableFragment | Gets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderFragment) | |
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. (Inherited from C1.C1Preview.RenderFragment) | |
TopParent | Gets the top level RenderFragment containing the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
Visible | Gets a value indicating whether the current fragment is visible. (Inherited from C1.C1Preview.RenderFragment) |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another RenderFragment to the current object. Clones RenderFragment.Children by cloning all its elements. (Inherited from C1.C1Preview.RenderFragment) | |
Clone | Creates a copy of the current RenderFragment. (Inherited from C1.C1Preview.RenderFragment) | |
Draw | Overloaded. Draws the current fragment on a specified System.Drawing.Graphics. (Inherited from C1.C1Preview.RenderFragment) | |
FindHyperlink | Searches for a C1Hyperlink object in the current fragment at the specified position. (Inherited from C1.C1Preview.RenderFragment) | |
GetAnchorRect | Calculates the location of a C1Anchor contained in the RenderObject.Anchors collection of the render object that produced the current fragment. (Inherited from C1.C1Preview.RenderFragment) | |
GetHyperlinks | Adds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection. (Inherited from C1.C1Preview.RenderFragment) | |
HasClippedChildren | Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments. (Inherited from C1.C1Preview.RenderFragment) | |
IsShadowVisible | Returns true if shadow visible for RenderFragment. (Inherited from C1.C1Preview.RenderFragment) | |
ResolvingFinished | This method is called by the rendering engine after the current RenderFragment has been completely resolved. Typically this method would be used to clear temporary data created and used during resolving. (Inherited from C1.C1Preview.RenderFragment) |