PrintDocument for WinForms
RenderFragment クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderFragment クラス

RenderFragmentデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets or sets the current fragment's bounds within its parent. For top level fragments, bounds within RenderFragment.Page are returned.  
Public プロパティGets the bounds of the current fragment on the page.  
Public プロパティGets a RenderFragmentCollection containing the child fragments of the current fragment.  
Public プロパティ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.)  
Public プロパティ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).  
Public プロパティFor internal use.  
Public プロパティGets the C1PrintDocument object containing the current fragment.  
Public プロパティFor internal use.  
Public プロパティGets a value indicating whether the Children collection of the current fragment has been initialized and contains one or more elements.  
Public プロパティGets the 0-based index of the current fragment in the Children collection of its RenderFragment.Parent.  
Public プロパティGets the 0-based index of the current fragment in the RenderObject.Fragments collection of the RenderFragment.RenderObject that produced it.  
Public プロパティGets the inner bounds of the current fragment (without spacing, borders and padding) within its parent.  
Public プロパティGets the inner bounds of the current fragment (without spacing, borders and padding) on the page.  
Public プロパティGets a value indicating whether the current fragment belongs to the page footer.  
Public プロパティGets a value indicating whether the current fragment belongs to the page header.  
Public プロパティGets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1.  
Public プロパティGets the page containing the current fragment.  
Public プロパティGets the 0-based index of C1Page containing the current fragment.  
Public プロパティGets RenderFragment that is the parent of the current fragment.  
Public プロパティGets the RenderFragment.RenderObject that produced the current fragment.  
Public プロパティ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 プロパティGets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table.  
Public プロパティ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 プロパティGets the top level RenderFragment containing the current fragment.  
Public プロパティGets a value indicating whether the current fragment is visible.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティFor internal use.  
Protected プロパティFor internal use.  
トップ
パブリック メソッド
 名前解説
Public メソッドAssigns (copies) properties from another RenderFragment to the current object. Clones Children by cloning all its elements.  
Public メソッドCreates a copy of the current RenderFragment.  
Public メソッドオーバーロードされます。 Draws the current fragment on a specified System.Drawing.Graphics.  
Public メソッドSearches for a C1Hyperlink object in the current fragment at the specified position.  
Public メソッドCalculates the location of a C1Anchor contained in the RenderObject.Anchors collection of the render object that produced the current fragment.  
Public メソッドAdds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection.  
Public メソッド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.  
Public メソッドReturns true if shadow visible for RenderFragment.  
Public メソッド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.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドCalculates a value of dimension specified by LengthAbs.  
Protected メソッドCalculates a value of dimension specified by the LengthExp object. (dimension is an expression).  
Protected メソッドCalculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).  
Protected メソッドCreates instance of object same type as current RenderFragment object.  
Protected メソッドCreates a SplitParams object, used during splitting, child classes may override this method to create the SplitParams object of custom type (derived from SplitParams).  
Protected メソッドDraws background of object.  
Protected メソッドDraws borders of object.  
Protected メソッドFor internal use.  
Protected メソッドFor internal use.  
Protected メソッドオーバーロードされます。 For internal use.  
Protected メソッドChecks can object's content be split on specified position by horizontally.  
Protected メソッドChecks can object's content be split on specified position by vertically.  
Protected メソッドFor internal use.  
Protected メソッドOverride this method to define the drawing flags. These flags manage the object's painting.  
Protected メソッドFor internal use.  
Protected メソッドOverride this method and return the horizontal splits in the object relative to the left edge of the content area.  
Protected メソッドGets the object referenced by a LengthRef object. Called only from RenderFragment.ResolveLengthRef.  
Protected メソッドRetures GraphicsPath object representing the rounded object's border, if border is not rounded returns nil.  
Protected メソッドOverride this method and return the vertical splits in the object relative to the top top edge of the content area.  
Protected メソッドFor internal use.  
Protected メソッドオーバーロードされます。 Override this procedure if GetDrawingFlags does not set the DrawingFlagsEnum.UseGdiDrawing flag.  
Protected メソッドFor internal use only.  
Protected メソッドOverride this method to perform additional initializations of resolved info of object on reresolving. Some dimensions of object do not change when it splits, so you can use this method to copy some information from old resolved info to new resolved info.  
Protected メソッドFor internal use.  
Protected メソッドResolves an absolute dimension of object.  
Protected メソッドResolves an auto dimension of object.  
Protected メソッドResolves a expression dimension of object.  
Protected メソッドResolves a dimension of object specified as reference.  
Protected メソッドFor internal use.  
Protected メソッドIndicates whether the RenderFragment.Borders property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.DrawInner property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.Padding property should be serialized.  
Protected メソッドIndicates whether the RenderFragment.Spacing property should be serialized.  
Protected メソッドPerforms splitting of RenderFragment object.  
Protected メソッドFor internal use.  
Protected メソッドSplits content of object by horizontally, by default this procedure split object as image.  
Protected メソッドSplits content of object by vertically, by default this procedure split object as image.  
トップ
参照

RenderFragment クラス
C1.C1Preview 名前空間