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


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

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

パブリック プロパティ
 名前解説
Public プロパティGets or sets the current fragment's bounds within its parent. For top level fragments, bounds within RenderFragment.Page are returned. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the bounds of the current fragment on the page. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets a RenderFragmentCollection containing the child fragments of the current fragment. C1.C1Preview.RenderFragmentから継承されます。
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.) C1.C1Preview.RenderFragmentから継承されます。
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). C1.C1Preview.RenderFragmentから継承されます。
Public プロパティFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the C1PrintDocument object containing the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets a value indicating whether the Children collection of the current fragment has been initialized and contains one or more elements. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the 0-based index of the current fragment in the Children collection of its RenderFragment.Parent. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the 0-based index of the current fragment in the RenderObject.Fragments collection of the RenderFragment.RenderObject that produced it. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the inner bounds of the current fragment (without spacing, borders and padding) within its parent. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the inner bounds of the current fragment (without spacing, borders and padding) on the page. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets a value indicating whether the current fragment belongs to the page footer. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets a value indicating whether the current fragment belongs to the page header. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the page containing the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the 0-based index of C1Page containing the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets RenderFragment that is the parent of the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the RenderRichText 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. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table. C1.C1Preview.RenderFragmentから継承されます。
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. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets the top level RenderFragment containing the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public プロパティGets a value indicating whether the current fragment is visible. C1.C1Preview.RenderFragmentから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected プロパティFor internal use. C1.C1Preview.RenderFragmentから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーライドされます。 Assigns (copies) properties from another RenderFragment to the current object.  
Public メソッドCreates a copy of the current RenderFragment. C1.C1Preview.RenderFragmentから継承されます。
Public メソッドオーバーロードされます。 Draws the current fragment on a specified System.Drawing.Graphics. C1.C1Preview.RenderFragmentから継承されます。
Public メソッドSearches for a C1Hyperlink object in the current fragment at the specified position. C1.C1Preview.RenderFragmentから継承されます。
Public メソッドCalculates the location of a C1Anchor contained in the RenderObject.Anchors collection of the render object that produced the current fragment. C1.C1Preview.RenderFragmentから継承されます。
Public メソッドAdds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection. C1.C1Preview.RenderFragmentから継承されます。
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. C1.C1Preview.RenderFragmentから継承されます。
Public メソッドReturns true if shadow visible for RenderFragment. C1.C1Preview.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. C1.C1Preview.RenderFragmentから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCalculates a value of dimension specified by LengthAbs. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドCalculates a value of dimension specified by the LengthExp object. (dimension is an expression). C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドCalculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object). C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーライドされます。 Creates new empty RenderRichTextFragment object linked with same RenderRichTextFragment.RenderObject as current object.  
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドDraws background of object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドDraws borders of object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーロードされます。 For internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドChecks can object's content be split on specified position by horizontally. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドOverride this method and return the horizontal splits in the object relative to the left edge of the content area. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドGets the object referenced by a LengthRef object. Called only from RenderFragment.ResolveLengthRef. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドRetures GraphicsPath object representing the rounded object's border, if border is not rounded returns nil. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーロードされます。 オーバーライドされます。 For internal use.  
Protected メソッドFor internal use only. C1.C1Preview.RenderFragmentから継承されます。
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. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドResolves sizes of object and layout of its children. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドResolves an absolute dimension of object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドResolves an auto dimension of object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドResolves a expression dimension of object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドResolves a dimension of object specified as reference. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドIndicates whether the RenderFragment.Borders property should be serialized. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドIndicates whether the RenderFragment.DrawInner property should be serialized. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドIndicates whether the RenderFragment.Padding property should be serialized. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドIndicates whether the RenderFragment.Spacing property should be serialized. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドPerforms splitting of RenderFragment object. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドFor internal use. C1.C1Preview.RenderFragmentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 For internal use.  
トップ
参照

RenderRichTextFragment クラス
C1.C1Preview 名前空間