Represents a set of formatting properties which shall be applied to a Paragraph.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ParagraphFormat : Format

The ParagraphFormat type exposes the following members.

Name Description
Public constructor .ctor()
Name Description
Public member Alignment
Public member Background
Public member Borders
Public member FirstLineIndentationOffset Gets or sets a value that offsets the indentation of the paragraph's first line (according to the LeftIndentation value).
Public member KeepLinesTogether
Public member KeepWithNext
Public member LeftIndentation
Public member LineSpacing
Public member ListLevel Gets or sets the the list level. If a list level is set, this means that the paragraph is bulleted or numbered. If the reference is set to 'Null', the paragraph will not be rendered as a bulleted or numbered paragraph.
Public member MirrorIndents
Public member NoSpaceBetweenParagraphsOfSameStyle
Public member OutlineLevel
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member OwnerElement Gets the element this format object belongs to (Paragraph or Run). (Inherited from Format)
Public member OwnerStyle Gets the style this format object belongs to. (Inherited from Format)
Public member PageBreakBefore
Public member RightIndentation
Public member RightToLeft
Public member SpaceAfter
Public member SpaceBefore
Public member TabStops Gets or sets the TabStops collection.
Public member WidowControl Gets or sets the value that determines whether a single line of the paragraph will be prevented from being displayed on a separate page from the remaining content.
Name Description
Public method ClearFormatting Clears the values of all formatting properties. (Inherited from Format)
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)