Click or drag to resize

Paragraph Methods

The Paragraph type exposes the following members.

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 AppendChart(ChartType, Single, Single)
Append an chart object into the document and scales it to the specified size.
Public method AppendChart(ChartType, HorizontalOrigin, Single, VerticalOrigin, Single, Single, Single, TextWrappingStyle)
Append an chart object into the document and scales it to the specified size.
Public method AppendCheckBox
Appends the check box form field.
Public method AppendCheckBox(String, Boolean)
Appends the check box.
Public method AppendComment
Appends the comment.
Public method AppendCommentMark
Appends the comment mark.
Public method AppendDropDownFormField
Appends the drop down form field.
Public method AppendDropDownFormField(String)
Appends the drop down form field.
Public method AppendField
Appends the field.
Public method AppendFieldMark
Appends the field mark.
Public method AppendFootnote(FootnoteType)
Appends the footnote.
Public method AppendFootnote(FootnoteType, Boolean)
Appends the footnote.
Public method AppendHorizonalLine
Append Horizonal Line to the end of the paragraph.
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 into paragraph.
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, OleLinkType)
Appends the OLE object.
Public method AppendOleObject(String, DocPicture, OleObjectType)
Appends the OLE object into paragraph.
Public method AppendOleObject(String, String, Byte , DocPicture)
Appends the OLE object into paragraph.
Public method AppendPermEnd
Appends end of the permission with specified id into paragraph.
Public method AppendPermStart
Appends start of the permission with specified id into paragraph.
Public method AppendPicture( Byte )
Appends image to end of paragraph.
Public method AppendPicture(Image)
Appends a picture to the document.
Public method AppendPicture(Stream)
Appends the picture.
Public method AppendPicture(String)
Appends the picture.
Public method AppendRTF(String)
Appends the RTF.
Public method AppendRTF(String, Boolean)
Appends the RTF.
Public method AppendShape
Append Shape to the end of the paragraph.
Public method AppendShapeGroup
Append shape Group to the end of the paragraph.
Public method AppendSymbol
Appends special symbol to end of paragraph.
Public method AppendText
Appends text to end of document.
Public method AppendTextBox
Append 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 table of content.
Public method ApplyStyle(String)
Applies the specified style.
Public method ApplyStyle(BuiltinStyle)
Applies the built-in style.
Public method ApplyStyle(IParagraphStyle)
Applies the specified style.
Public method Clone
Creates a duplicate of the document object.
(Inherited from DocumentObject .)
Protected method CloneImpl (Overrides DocumentSerializable CloneImpl .)
Protected method CreateLayoutInfo (Overrides DocumentBase CreateLayoutInfo .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method Find(Regex)
Returns first entry of matchString regex.
(Overrides BodyRegion Find(Regex) .)
Public method Find(String, Boolean, Boolean)
Returns first entry of matchString string, taking into consideration caseSensitive and wholeWord options.
Public method FindAllPattern
Finds all occurrences of the specified regex pattern in the text and returns them as an array of TextSelection.
Public method FindAllString
Finds all occurrences of a specified string within the text, with options for case sensitivity and whole word matching.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetIndex
Returns the zero-based index of the specified entity.
Public method GetListFormatForApplyStyle
Gets the list format for apply style.
Protected method GetNextInSection (Inherited from BodyRegion .)
Public method GetNextWidgetSibling
Gets the next sibling.
(Inherited from DocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous widget sibling.
(Inherited from DocumentObject .)
Public method GetStyle
Gets related style.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method InitXDLSHolder (Overrides DocumentSerializable InitXDLSHolder .)
Public method InsertSectionBreak
Inserts the section break.
Public method InsertSectionBreak(SectionBreakType)
Inserts the section break.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method ReadXmlAttributes (Inherited from DocumentSerializable .)
Protected method ReadXmlContent (Inherited from DocumentSerializable .)
Public method RemoveAbsPosition
Public method RemoveFrame
Remove a frame.
Public method Replace(Regex, TextSelection) (Overrides BodyRegion Replace(Regex, TextSelection) .)
Public method Replace(Regex, String) (Overrides BodyRegion Replace(Regex, String) .)
Public method Replace(Regex, TextSelection, Boolean) (Overrides BodyRegion Replace(Regex, TextSelection, Boolean) .)
Public method Replace(String, TextSelection, Boolean, Boolean)
Public method Replace(String, String, Boolean, Boolean) (Overrides BodyRegion Replace(String, String, Boolean, Boolean) .)
Public method Replace(String, TextSelection, Boolean, Boolean, Boolean)
Protected method RestoreReference (Overrides DocumentSerializable RestoreReference(String, Int32) .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject .)
Public method UpdateListValue
Updates the list value. The value of the list number is obtained by dynamic calculation. The value of the list number of the paragraph directly may be incorrect. To obtain the correct value, you need to traverse all paragraphs in the document.
Public method UpdateWordCount
Calculate word count and character count of the paragraph.
Protected method WriteXmlAttributes (Overrides DocumentSerializable WriteXmlAttributes(IXDLSAttributeWriter) .)
Protected method WriteXmlContent (Inherited from DocumentSerializable .)
Top
See Also