C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderTable Class


RenderTable Class Methods

For a list of all members of this type, see RenderTable members.

Public Methods
 NameDescription
Public MethodOverloaded. 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 MethodCalculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to Body or to Children of another object in the document). See remarks for more details. (Inherited from C1.C1Preview.RenderObject)
Public MethodOverloaded. Clones the current RenderObject. (Inherited from C1.C1Preview.RenderObject)
Public MethodCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. (Inherited from C1.C1Preview.RenderObject)
Public MethodCalculates the number of objects which are owned by the current object. (Inherited from C1.C1Preview.RenderObject)
Public MethodReturns the index of the specified RenderFragment of the current object in the Fragments collection. (Inherited from C1.C1Preview.RenderObject)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Creates new empty RenderTable object linked with same C1PrintDocument as current object.  
Protected MethodGets the default value for the Clip property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default value for the Height property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodGets the default value for the SplitHorzBehavior property. (Inherited from C1.C1Preview.RenderObject)
Protected MethodReturns a human-readable textual description of the location of the current object in the document. (Inherited from C1.C1Preview.RenderObject)
Protected MethodReturns 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); } } (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Height property of object is being read. (Inherited from C1.C1Preview.RenderObject)
Protected MethodIndicates 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. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Width property of object is being read. (Inherited from C1.C1Preview.RenderObject)
Protected MethodResolves the values of calculated fields of object. (Inherited from C1.C1Preview.RenderObject)
Protected MethodResolves the calculated values of object's style. (Inherited from C1.C1Preview.RenderObject)
Protected MethodThis 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. (Inherited from C1.C1Preview.RenderObject)
Protected MethodThis method is called once for each object, override it to perform custom initialization. (Inherited from C1.C1Preview.RenderObject)
Protected MethodSets value of flag. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Height property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodOverride this method to perform additional actions when value of the Width property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
Protected MethodIndicates whether the CellStyle property should be serialized.  
Protected MethodTests whether the Children property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Clip property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Flags property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Height property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Name property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the SplitHorzBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the SplitVertBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Style property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Width property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the X property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Protected MethodTests whether the Y property should be serialized. (Inherited from C1.C1Preview.RenderObject)
Top
See Also