Represents borders of a table cell.

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class TableCellBorders : CompositeFormatPropertyObject

The TableCellBorders type exposes the following members.

Name Description
Public constructor .ctor() Creates a TableCellBorders that has no borders defined by itself. All borders are inhereted fron a format object higher in a a style hierarchy.
Public constructor .ctor(Length) Creates a set of single black borders.
Public constructor .ctor(BorderStyle, Color, Length) Creates a set of borders.
Name Description
Public member Bottom Gets or sets the bottom border.
Public member InsideHorizontal Gets or sets the inside horizontal border.
Public member InsideVertical Gets or sets the inside vertical border.
Public member Left Gets or sets the left border.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member Right Gets or sets the right border.
Public member Top Gets or sets the top border.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)