PrintDocument for WinForms
RenderIndex クラス メソッド


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

このクラスのメンバの一覧は、RenderIndexメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 オーバーライドされます。 Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderArea.AssignFrom method. If source is a RenderIndex, also copies RenderIndex-specific properties.  
Public メソッド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 C1PrintDocument.Body or to RenderObject.Children of another object in the document). See remarks for more details. C1.C1Preview.RenderObjectから継承されます。
Public メソッドオーバーロードされます。 Clones the current RenderObject. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. C1.C1Preview.RenderObjectから継承されます。
Public メソッドCalculates the number of objects which are owned by the current object. C1.C1Preview.RenderObjectから継承されます。
Public メソッドReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. C1.C1Preview.RenderObjectから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドFor internal use. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。   
Protected メソッドGets the value of a child's ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.Clip property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the Flags property. C1.C1Preview.RenderAreaから継承されます。
Protected メソッドGets the default value for the RenderObject.Height property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default horizontal split behavior (area is too wide). C1.C1Preview.RenderAreaから継承されます。
Protected メソッドGets the default vertical split behavior (area is too high). C1.C1Preview.RenderAreaから継承されます。
Protected メソッドGets the default area width. C1.C1Preview.RenderAreaから継承されます。
Protected メソッドReturns a human-readable textual description of the location of the current object in the document. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドReturns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the value of a child's non-ambient style property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドIndicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being read. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドオーバーライドされます。 Initializes the current RenderIndex object.  
Protected メソッドFor internal use only. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the values of calculated fields of object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドThis method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドThis method is called once for each object, override it to perform custom initialization. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドSets value of flag. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being defined. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Children property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Clip property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderIndex.EntryHangingIndent property should be serialized.  
Protected メソッドTests whether the RenderIndex.EntryIndent property should be serialized.  
Protected メソッドTests whether the Flags property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderIndex.HeadingStyle property should be serialized.  
Protected メソッドTests whether the RenderObject.Height property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderIndex.LetterFormat property should be serialized.  
Protected メソッドTests whether the RenderObject.Name property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderIndex.OccurrenceDelimiter property should be serialized.  
Protected メソッドTests whether the RenderIndex.PageRangeFormat property should be serialized.  
Protected メソッドTests whether the RenderIndex.RunInDelimiter property should be serialized.  
Protected メソッドTests whether the RenderIndex.SeeAlsoFormat property should be serialized.  
Protected メソッドTests whether the RenderIndex.SeeAlsoStyle property should be serialized.  
Protected メソッドTests whether the RenderObject.SplitHorzBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.SplitVertBehavior property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Style property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderIndex.TermDelimiter property should be serialized.  
Protected メソッドTests whether the RenderObject.Width property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.X property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Y property should be serialized. C1.C1Preview.RenderObjectから継承されます。
トップ
参照

RenderIndex クラス
C1.C1Preview 名前空間
IndexEntry クラス
IndexEntryOccurrence クラス
IndexEntryCollection クラス
IndexEntryStyles クラス
C1LinkTarget クラス