Represents borders of a paragraph.

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

The ParagraphBorders type exposes the following members.

Name Description
Public constructor .ctor() Creates a ParagraphBorders that has no borders defined by itself.
Public constructor .ctor(Length) Creates a set of single black borders.
Name Description
Public member Between Gets or sets the border between two identical paragraphs.
Public member Bottom Gets or sets the bottom border.
Public member BottomDistanceFromText Distance of the bottom border from the text.
Public member InsideHorizontal Gets or sets the inside horizontal border.
Public member Left Gets or sets the left border.
Public member LeftDistanceFromText Distance of the left border from the text.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member Right Gets or sets the right border.
Public member RightDistanceFromText Distance of the right border from the text.
Public member Top Gets or sets the top border.
Public member TopDistanceFromText Distance of the top border from the text.
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)