Represents a Paragraph border.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Border

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct Border

The Border type exposes the following members.

Name Description
Public member Color Gets or sets the color of the border.
Public memberStatic property None A value indicating that there is no border. In case of a TableCell, this value specifies that the Table border should be used instead of the TableCell border.
Public memberStatic property NoneWithoutTableBorder A value indicating that there the TableCell has no effective border even if the Table defines the border.
Public member Style Gets or sets the style of the border.
Public member Width Gets or sets the width of the border.
Name Description
Public method Equals(Object) Compares two borders for equality. (Overrides Border.Equals)
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public method GetHashCode() Returns the hash code for this instance. (Overrides Border.GetHashCode)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString() Returns the fully qualified type name of this instance. (Overrides Border.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)