PrintDocument for WinForms
RenderObject クラス メソッド


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

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

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the RenderObject.Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The RenderObject.Name property is not copied.  
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.  
Public メソッドオーバーロードされます。 Clones the current RenderObject.  
Public メソッドCalculates the count of objects which are nested within this object. This method takes into account child objects and their children.  
Public メソッドCalculates the number of objects which are owned by the current object.  
Public メソッドReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドFor internal use.  
Protected メソッドCreates instance of object same type as current RenderObject object.  
Protected メソッドGets the value of a child's ambient style property.  
Protected メソッドOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default.  
Protected メソッドReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object.  
Protected メソッドGets the default value for the RenderObject.Clip property.  
Protected メソッドGets the default value for the Flags property.  
Protected メソッドGets the default value for the RenderObject.Height property.  
Protected メソッドGets the default value for the RenderObject.SplitHorzBehavior property.  
Protected メソッドGets the default value for the RenderObject.SplitVertBehavior property.  
Protected メソッドGets the default value for the RenderObject.Width property.  
Protected メソッドReturns a human-readable textual description of the location of the current object in the document.  
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); } }  
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being read.  
Protected メソッドGets the value of a child's non-ambient style property.  
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.  
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being read.  
Protected メソッドPerforms some initializations.  
Protected メソッドFor internal use only.  
Protected メソッドResolves the values of calculated fields of object.  
Protected メソッドResolves the calculated values of object's style.  
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.  
Protected メソッドThis method is called once for each object, override it to perform custom initialization.  
Protected メソッドInternal use only.  
Protected メソッドSets value of flag.  
Protected メソッドOverride this method to perform additional actions when value of the Height property of object is being defined.  
Protected メソッドOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined.  
Protected メソッドOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined.  
Protected メソッドOverride this method to perform additional actions when value of the Width property of object is being defined.  
Protected メソッドTests whether the RenderObject.Children property should be serialized.  
Protected メソッドTests whether the RenderObject.Clip property should be serialized.  
Protected メソッドTests whether the Flags property should be serialized.  
Protected メソッドTests whether the RenderObject.Height property should be serialized.  
Protected メソッドTests whether the RenderObject.Name property should be serialized.  
Protected メソッドTests whether the RenderObject.SplitHorzBehavior property should be serialized.  
Protected メソッドTests whether the RenderObject.SplitVertBehavior property should be serialized.  
Protected メソッドTests whether the RenderObject.Style property should be serialized.  
Protected メソッドTests whether the RenderObject.Width property should be serialized.  
Protected メソッドTests whether the RenderObject.X property should be serialized.  
Protected メソッドTests whether the RenderObject.Y property should be serialized.  
トップ
参照

RenderObject クラス
C1.C1Preview 名前空間