Click or drag to resize

IParagraph Interface

Represents a paragraph inside a Section.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IParagraph : IBodyRegion, 
	IDocumentObject, IStyleHolder, ICompositeObject

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
Methods
Name Description
Public method AppendBookmarkEnd
Appends end of the bookmark with specified name into paragraph.
Public method AppendBookmarkStart
Appends start of the bookmark with specified name into paragraph.
Public method AppendBreak
Appends break to end of paragraph.
Public method AppendCheckBox
Appends the check box.
Public method AppendCheckBox(String, Boolean)
Appends the check box.
Public method AppendComment
Appends the comment.
Public method AppendDropDownFormField
Appends the drop down form field.
Public method AppendDropDownFormField(String)
Appends the drop down form field.
Public method AppendField
Appends field to the end of paragraph
Public method AppendFootnote
Appends the footnote.
Public method AppendHTML
Appends the HTML.
Public method AppendHyperlink(String, DocPicture, HyperlinkType)
Appends the hyperlink.
Public method AppendHyperlink(String, String, HyperlinkType)
Appends the hyperlink.
Public method AppendOleObject(String, DocPicture)
Appends the OLE object.
Public method AppendOleObject( Byte , DocPicture, OleLinkType)
Appends the OLE object.
Public method AppendOleObject( Byte , DocPicture, OleObjectType)
Appends the OLE object.
Public method AppendOleObject( Byte , DocPicture, String)
Appends the package OLE object (ole object without specified type).
Public method AppendOleObject(Stream, DocPicture, OleLinkType)
Appends the OLE object into paragraph.
Public method AppendOleObject(Stream, DocPicture, OleObjectType)
Appends the OLE object.
Public method AppendOleObject(Stream, DocPicture, String)
Appends the package OLE object (ole object without specified type).
Public method AppendOleObject(String, DocPicture, OleObjectType)
Appends the OLE object.
Public method AppendPicture( Byte )
Appends picture to the end of paragraph.
Public method AppendPicture(Image)
Appends picture to the end of paragraph.
Public method AppendSymbol
Appends symbol to the end of paragraph.
Public method AppendText
Appends text to the end of paragraph.
Public method AppendTextBox
Appends textbox to the end of the paragraph
Public method AppendTextFormField(String)
Appends the text form field.
Public method AppendTextFormField(String, String)
Appends the text form field.
Public method AppendTOC
Appends the TOC.
Public method ApplyStyle(String)
Applies a new style.
(Inherited from IStyleHolder .)
Public method ApplyStyle(BuiltinStyle)
Applies the style.
(Inherited from IStyleHolder .)
Public method Clone
Creates a duplicate of the document object.
(Inherited from IDocumentObject .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from IDocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public method GetStyle
Gets related style.
Public method RemoveAbsPosition
Removes the absolute position data. If paragraph has absolute position in the document, all position data will be erased.
Public method Replace(Regex, TextSelection)
Replaces by specified pattern.
(Inherited from IBodyRegion .)
Public method Replace(Regex, String)
Replaces all entries of matchString regular expression with newValue string.
(Inherited from IBodyRegion .)
Public method Replace(String, String, Boolean, Boolean)
Replaces by specified matchString string.
(Inherited from IBodyRegion .)
Public method Replace(String, TextSelection, Boolean, Boolean)
Replaces all entries of matchString string with TextRangesHolder, taking into consideration caseSensitive and wholeWord options.
Top
See Also