Click or drag to resize

IParagraph Properties

The IParagraph type exposes the following members.

Properties
Name Description
Public property BreakCharacterFormat
Gets the character format for the break symbol.
Public property ChildObjects
Gets the child entities.
(Inherited from ICompositeObject .)
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property Format
Gets the paragraph format.
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property IsEndOfDocument
Gets a value indicating whether this paragraph is end of document.
Public property IsEndOfSection
Gets a value indicating whether this paragraph is end of section.
Public property IsInCell
Gets a value indicating whether this paragraph is in cell.
Public property Item
Gets the [!:Spire.Doc.ParagraphBase] at the specified index.
Public property Items
Gets the paragraph items.
Public property ListFormat
Gets list formatting for the paragraph.
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property StyleName
Gets style name.
(Inherited from IStyleHolder .)
Public property Text
Returns or sets paragraph text.
Top
See Also