[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Paragraph

Paragraph Class

Represents a paragraph element in a body content.

Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Paragraph : FormattedContentObject, IBrowsable<Paragraph>
Public Class Paragraph
    Inherits FormattedContentObject
    Implements IBrowsable(Of Paragraph)

Properties

Name Description
Format

Provides access to the paragraph formatting properties.

ListFormat

Gets the list formatting specified for the paragraph.

Mark

Gets the set of properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph. This paragraph mark, being a physical character in the document, can be formatted, and therefore shall be capable of representing this formatting like any other character in the document.

Next

Gets the next paragraph.

Previous

Gets the previous paragraph.

RevisionId

Gets unique identifiers used to track the paragraph editing session.

Style

Gets or sets paragraph style that shall be used to format the contents of this paragraph.

Methods

Name Description
AddBidirectionalOverride()

Adds a BidirectionalOverride to the end of the paragraph.

AddBidirectionalOverride(BiDirection)

Adds a BidirectionalOverride to the end of the paragraph.

AddComplexField(IFieldOptions)

Adds a ComplexField to the end of the paragraph.

AddComplexField(string)

Adds a ComplexField to the end of the paragraph.

AddComplexField(string, string)

Adds a ComplexField to the end of the paragraph.

AddContentControl(ContentControlType, bool)

Adds a ContentControl to the end of the paragraph.

AddEndnote(string)

Adds an Endnote to the end of the paragraph.

AddEndnote(string, char, string)

Adds an Endnote to the end of the paragraph.

AddEndnote(string, string)

Adds an Endnote to the end of the paragraph.

AddFootnote(string)

Adds a Footnote to the end of the paragraph.

AddFootnote(string, char, string)

Adds a Footnote to the end of the paragraph.

AddFootnote(string, string)

Adds a Footnote to the end of the paragraph.

Adds a Hyperlink to the end of the paragraph.

Adds a Hyperlink to the end of the paragraph.

Adds a Hyperlink to the end of the paragraph.

AddOMath()

Adds a OMath to the end of the paragraph.

AddOMath(OMathBuiltInEquation)

Adds a OMath to the end of the paragraph.

AddOMathParagraph()

Adds a OMathParagraph to the end of the paragraph.

AddOMathParagraph(OMathBuiltInEquation)

Adds a OMathParagraph to the end of the paragraph.

AddRun()

Adds a Run to the end of the paragraph.

AddRun(Style)

Adds a Run to the end of the paragraph.

AddRun(string)

Adds a Run to the end of the paragraph.

AddRun(string, Style)

Adds a Run to the end of the paragraph.

AddSectionBreak(SectionStart)

Breaks the parent section right after this paragraph.

AddSimpleField(string)

Adds a SimpleField to the end of the paragraph.

AddSimpleField(string, string)

Adds a SimpleField to the end of the paragraph.

RestartList(int?)

Restarts the list numbering on the current Paragraph.

The current paragraph must belong to a numbered list.

If startNumberingValue is omitted or null, numbering on the current list is restarted at the value of StartAt on the current level of the list template, otherwise a new list is created.
Split(ContentObject, InsertLocation)

Splits the paragraph at a specified location relative to a specified child content.