PrintDocument for WinForms
RenderTable クラス メソッド


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

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

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderTable, also copies RenderTable-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 メソッドオーバーライドされます。 Creates new empty RenderTable object linked with same C1PrintDocument as current object.  
Protected メソッドGets the default value for the RenderObject.Clip property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.Height property. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドGets the default value for the RenderObject.SplitHorzBehavior property. C1.C1Preview.RenderObjectから継承されます。
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 メソッド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 メソッドResolves the values of calculated fields of object. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドResolves the calculated values of object's style. 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 メソッドIndicates whether the RenderTable.CellStyle property should be serialized.  
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 Flags property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Height property should be serialized. C1.C1Preview.RenderObjectから継承されます。
Protected メソッドTests whether the RenderObject.Name property should be serialized. C1.C1Preview.RenderObjectから継承されます。
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 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から継承されます。
トップ
参照

RenderTable クラス
C1.C1Preview 名前空間
TableVector クラス
TableRow クラス
TableCol クラス
TableCell クラス
TableVectorGroup クラス
UserCellGroup クラス
TableRowCollection クラス
TableColCollection クラス
TableCellCollection クラス
TableVectorGroupCollection クラス
UserCellGroupCollection クラス