IParagraph Interface |
Namespace: Spire.Doc.Interface
The IParagraph type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BreakCharacterFormat |
Gets the character format for the break symbol.
|
![]() |
ChildObjects |
Gets the child entities.
(Inherited from
ICompositeObject
.)
|
![]() |
Document |
Gets document of this entity.
(Inherited from
IDocumentObject
.)
|
![]() |
DocumentObjectType |
Gets the type of the document object.
(Inherited from
IDocumentObject
.)
|
![]() |
Format |
Gets the paragraph format.
|
![]() |
IsComposite |
Gets a value indicating whether this instance is composite.
(Inherited from
IDocumentObject
.)
|
![]() |
IsEndOfDocument |
Gets a value indicating whether this paragraph is end of document.
|
![]() |
IsEndOfSection |
Gets a value indicating whether this paragraph is end of section.
|
![]() |
IsInCell |
Gets a value indicating whether this paragraph is in cell.
|
![]() |
Item |
Gets the
[!:Spire.Doc.ParagraphBase]
at the specified index.
|
![]() |
Items |
Gets the paragraph items.
|
![]() |
ListFormat |
Gets list formatting for the paragraph.
|
![]() |
NextSibling |
Gets the next sibling.
(Inherited from
IDocumentObject
.)
|
![]() |
Owner |
Gets owner of this document object.
(Inherited from
IDocumentObject
.)
|
![]() |
PreviousSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
![]() |
StyleName |
Gets style name.
(Inherited from
IStyleHolder
.)
|
![]() |
Text |
Returns or sets paragraph text.
|
Name | Description | |
---|---|---|
![]() |
AppendBookmarkEnd |
Appends end of the bookmark with specified name into paragraph.
|
![]() |
AppendBookmarkStart |
Appends start of the bookmark with specified name into paragraph.
|
![]() |
AppendBreak |
Appends break to end of paragraph.
|
![]() |
AppendCheckBox |
Appends the check box.
|
![]() |
AppendCheckBox(String, Boolean) |
Appends the check box.
|
![]() |
AppendComment |
Appends the comment.
|
![]() |
AppendDropDownFormField |
Appends the drop down form field.
|
![]() |
AppendDropDownFormField(String) |
Appends the drop down form field.
|
![]() |
AppendField |
Appends field to the end of paragraph
|
![]() |
AppendFootnote |
Appends the footnote.
|
![]() |
AppendHTML |
Appends the HTML.
|
![]() |
AppendHyperlink(String, DocPicture, HyperlinkType) |
Appends the hyperlink.
|
![]() |
AppendHyperlink(String, String, HyperlinkType) |
Appends the hyperlink.
|
![]() |
AppendOleObject(String, DocPicture) |
Appends the OLE object.
|
![]() |
AppendOleObject( Byte , DocPicture, OleLinkType) |
Appends the OLE object.
|
![]() |
AppendOleObject( Byte , DocPicture, OleObjectType) |
Appends the OLE object.
|
![]() |
AppendOleObject( Byte , DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
![]() |
AppendOleObject(Stream, DocPicture, OleLinkType) |
Appends the OLE object into paragraph.
|
![]() |
AppendOleObject(Stream, DocPicture, OleObjectType) |
Appends the OLE object.
|
![]() |
AppendOleObject(Stream, DocPicture, String) |
Appends the package OLE object (ole object without specified type).
|
![]() |
AppendOleObject(String, DocPicture, OleObjectType) |
Appends the OLE object.
|
![]() |
AppendPicture( Byte ) |
Appends picture to the end of paragraph.
|
![]() |
AppendPicture(Image) |
Appends picture to the end of paragraph.
|
![]() |
AppendSymbol |
Appends symbol to the end of paragraph.
|
![]() |
AppendText |
Appends text to the end of paragraph.
|
![]() |
AppendTextBox |
Appends textbox to the end of the paragraph
|
![]() |
AppendTextFormField(String) |
Appends the text form field.
|
![]() |
AppendTextFormField(String, String) |
Appends the text form field.
|
![]() |
AppendTOC |
Appends the TOC.
|
![]() |
ApplyStyle(String) |
Applies a new style.
(Inherited from
IStyleHolder
.)
|
![]() |
ApplyStyle(BuiltinStyle) |
Applies the style.
(Inherited from
IStyleHolder
.)
|
![]() |
Clone |
Creates a duplicate of the document object.
(Inherited from
IDocumentObject
.)
|
![]() |
GetNextWidgetSibling |
Gets the next widget sibling.
(Inherited from
IDocumentObject
.)
|
![]() |
GetPreviousWidgetSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
![]() |
GetStyle |
Gets related style.
|
![]() |
RemoveAbsPosition |
Removes the absolute position data. If paragraph has absolute position in the document,
all position data will be erased.
|
![]() |
Replace(Regex, TextSelection) |
Replaces by specified pattern.
(Inherited from
IBodyRegion
.)
|
![]() |
Replace(Regex, String) |
Replaces all entries of matchString regular expression with newValue string.
(Inherited from
IBodyRegion
.)
|
![]() |
Replace(String, String, Boolean, Boolean) |
Replaces by specified matchString string.
(Inherited from
IBodyRegion
.)
|
![]() |
Replace(String, TextSelection, Boolean, Boolean) |
Replaces all entries of matchString string with TextRangesHolder, taking into
consideration caseSensitive and wholeWord options.
|