Class TableItemStyle

TableItemStyle class

[Obsolete("This class is obsolete; use  GridTableItemStyle instead")]
public class TableItemStyle : GridTableItemStyle

Constructors

NameDescription
TableItemStyle()The default constructor.

Properties

NameDescription
BackImageAttributes { get; set; }Background image attributes.(Inherited from GridTableItemStyle.)
BackImageUrl { get; set; }Background image url.(Inherited from GridTableItemStyle.)
BottomBorderStyle { get; set; }Specifies the style of the cell’s bottom border.(Inherited from GridTableItemStyle.)
Custom { get; set; }Gets or sets the custom format, null or empty string means no custom format.(Inherited from GridTableItemStyle.)
IndentLevel { get; set; }Gets or sets indent level.(Inherited from GridTableItemStyle.)
IsLocked { get; set; }Gets or sets a value indicating whether a cell can be modified or not when its worksheet is protected. When its worksheet is protected and IsLocked is true, the cell can not be edit. When its worksheet is protected and IsLocked is false, the cell can be edit.(Inherited from GridTableItemStyle.)
LeftBorderStyle { get; set; }Specifies the style of the cell’s left border.(Inherited from GridTableItemStyle.)
NumberType { get; set; }(2 properties)
QuotePrefix { get; set; }Indicates whether the cell’s value starts with single quote mark.(Inherited from GridTableItemStyle.)
RightBorderStyle { get; set; }Specifies the style of the cell’s right border.(Inherited from GridTableItemStyle.)
RotationAngle { get; set; }Gets or sets Rotation attribute.(Inherited from GridTableItemStyle.)
TopBorderStyle { get; set; }Specifies the style of the cell’s top border.(Inherited from GridTableItemStyle.)

Methods

NameDescription
override AddAttributesToRender(HtmlTextWriter, WebControl)Internal use only. Implementation method Do not call this method directly.(Inherited from GridTableItemStyle.)
override CopyFrom(Style)Copies from another style object.(Inherited from GridTableItemStyle.)
override GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.(Inherited from GridTableItemStyle.)
override MergeWith(Style)Merges with another style object.(Inherited from GridTableItemStyle.)

Remarks

NOTE: This class is now obsolete. please use GridTableItemStyle Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.

See Also