Paragraph Properties

The Paragraph type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBreakIsStyleSeparator
True if this paragraph break is a Style Separator. A style separator allows one paragraph to consist of parts that have different paragraph styles.
Public propertyCode exampleChildNodes
Gets all immediate child nodes of this node.
(Inherited from CompositeNode.)
Public propertyCode exampleCount
Gets the number of immediate children of this node.
(Inherited from CompositeNode.)
Public propertyCode exampleDocument
Gets the document to which this node belongs.
(Inherited from Node.)
Public propertyCode exampleFirstChild
Gets the first child of the node.
(Inherited from CompositeNode.)
Public propertyCode exampleFrameFormat
Provides access to the paragraph formatting properties.
Public propertyCode exampleHasChildNodes
Returns true if this node has any child nodes.
(Inherited from CompositeNode.)
Public propertyCode exampleIsComposite
Returns true as this node can have child nodes.
(Inherited from CompositeNode.)
Public propertyCode exampleIsDeleteRevision
Returns true if this object was deleted in Microsoft Word while change tracking was enabled.
Public propertyCode exampleIsEndOfCell
True if this paragraph is the last paragraph in a Cell; false otherwise.
Public propertyCode exampleIsEndOfDocument
True if this paragraph is the last paragraph in the last section of the document.
Public propertyCode exampleIsEndOfHeaderFooter
True if this paragraph is the last paragraph in the HeaderFooter (main text story) of a Section; false otherwise.
Public propertyCode exampleIsEndOfSection
True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise.
Public propertyCode exampleIsFormatRevision
Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.
Public propertyCode exampleIsInCell
True if this paragraph is an immediate child of Cell; false otherwise.
Public propertyCode exampleIsInsertRevision
Returns true if this object was inserted in Microsoft Word while change tracking was enabled.
Public propertyCode exampleIsListItem
True when the paragraph is an item in a bulleted or numbered list in original revision.
Public propertyCode exampleIsMoveFromRevision
Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled.
Public propertyCode exampleIsMoveToRevision
Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled.
Public propertyCode exampleLastChild
Gets the last child of the node.
(Inherited from CompositeNode.)
Public propertyCode exampleListFormat
Provides access to the list formatting properties of the paragraph.
Public propertyCode exampleListLabel
Gets a ListLabel object that provides access to list numbering value and formatting for this paragraph.
Public propertyCode exampleNextSibling
Gets the node immediately following this node.
(Inherited from Node.)
Public propertyCode exampleNodeType
Returns NodeType.Paragraph.
(Overrides NodeNodeType.)
Public propertyCode exampleParagraphBreakFont
Provides access to the font formatting of the paragraph break character.
Public propertyCode exampleParagraphFormat
Provides access to the paragraph formatting properties.
Public propertyCode exampleParentNode
Gets the immediate parent of this node.
(Inherited from Node.)
Public propertyCode exampleParentSection
Retrieves the parent Section of the paragraph.
Public propertyCode exampleParentStory
Retrieves the parent section-level story that can be Body or HeaderFooter.
Public propertyCode examplePreviousSibling
Gets the node immediately preceding this node.
(Inherited from Node.)
Public propertyCode exampleRange
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.)
Public propertyCode exampleRuns
Provides access to the typed collection of pieces of text inside the paragraph.
See Also