Paragraph Properties |
The Paragraph type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BreakIsStyleSeparator |
True if this paragraph break is a Style Separator. A style separator allows one
paragraph to consist of parts that have different paragraph styles.
|
![]() ![]() | ChildNodes |
Gets all immediate child nodes of this node.
(Inherited from CompositeNode.) |
![]() ![]() | Count |
Gets the number of immediate children of this node.
(Inherited from CompositeNode.) |
![]() ![]() | Document |
Gets the document to which this node belongs.
(Inherited from Node.) |
![]() ![]() | FirstChild |
Gets the first child of the node.
(Inherited from CompositeNode.) |
![]() ![]() | FrameFormat |
Provides access to the paragraph formatting properties.
|
![]() ![]() | HasChildNodes |
Returns true if this node has any child nodes.
(Inherited from CompositeNode.) |
![]() ![]() | IsComposite |
Returns true as this node can have child nodes.
(Inherited from CompositeNode.) |
![]() ![]() | IsDeleteRevision |
Returns true if this object was deleted in Microsoft Word while change tracking was enabled.
|
![]() ![]() | IsEndOfCell |
True if this paragraph is the last paragraph in a Cell; false otherwise.
|
![]() ![]() | IsEndOfDocument |
True if this paragraph is the last paragraph in the last section of the document.
|
![]() ![]() | IsEndOfHeaderFooter |
True if this paragraph is the last paragraph in the HeaderFooter (main text story) of a Section; false otherwise.
|
![]() ![]() | IsEndOfSection |
True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise.
|
![]() ![]() | IsFormatRevision |
Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.
|
![]() ![]() | IsInCell |
True if this paragraph is an immediate child of Cell; false otherwise.
|
![]() ![]() | IsInsertRevision |
Returns true if this object was inserted in Microsoft Word while change tracking was enabled.
|
![]() ![]() | IsListItem |
True when the paragraph is an item in a bulleted or numbered list in original revision.
|
![]() ![]() | IsMoveFromRevision |
Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled.
|
![]() ![]() | IsMoveToRevision |
Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled.
|
![]() ![]() | LastChild |
Gets the last child of the node.
(Inherited from CompositeNode.) |
![]() ![]() | ListFormat |
Provides access to the list formatting properties of the paragraph.
|
![]() ![]() | ListLabel |
Gets a ListLabel object that provides access to list numbering value and formatting
for this paragraph.
|
![]() ![]() | NextSibling |
Gets the node immediately following this node.
(Inherited from Node.) |
![]() ![]() | NodeType |
Returns NodeType.Paragraph.
(Overrides NodeNodeType.) |
![]() ![]() | ParagraphBreakFont |
Provides access to the font formatting of the paragraph break character.
|
![]() ![]() | ParagraphFormat |
Provides access to the paragraph formatting properties.
|
![]() ![]() | ParentNode |
Gets the immediate parent of this node.
(Inherited from Node.) |
![]() ![]() | ParentSection |
Retrieves the parent Section of the paragraph.
|
![]() ![]() | ParentStory |
Retrieves the parent section-level story that can be Body or HeaderFooter.
|
![]() ![]() | PreviousSibling |
Gets the node immediately preceding this node.
(Inherited from Node.) |
![]() ![]() | Range |
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.) |
![]() ![]() | Runs |
Provides access to the typed collection of pieces of text inside the paragraph.
|