Click or drag to resize

Paragraph Properties

The Paragraph type exposes the following members.

Properties
Name Description
Public property BreakCharacterFormat
Gets character format for the break symbol.
Public property CharCount
Gets the char count,whtout spaces.
Public property CharCountIncludeSpace
Gets the char count of the include spaces.
Public property ChildObjects
Gets the child objects.
(Overrides DocumentObject ChildObjects .)
Public property DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from BodyRegion .)
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property DocumentObjectType
Gets the type of the document object.
(Overrides DocumentObject DocumentObjectType .)
Public property FirstChild
Gets the first child of the Element.
(Inherited from DocumentObject .)
Public property Format
Gets paragraph format.
Public property Frame
Gets frame format of the paragraph.
Public property InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from BodyRegion .)
Public property IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject .)
Public property IsDeleteRevision
Gets a value indicating whether this item was deleted from the document.
(Inherited from BodyRegion .)
Public property IsEndOfDocument
Gets a value indicating whether this paragraph is end of document.
Public property IsEndOfHeaderFooter
True if this paragraph is the last paragraph in the HeaderFooter (main text story) of a Section ; false otherwise.
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 IsInsertRevision
Gets a value indicating whether this item was inserted to the document.
(Inherited from BodyRegion .)
Public property Item
Gets paragraph item by index.
Public property Items
Gets paragraph items.
Public property LastChild
Gets the last child of the Element.
(Inherited from DocumentObject .)
Public property ListFormat
Gets list format of the paragraph.
Public property ListText
Gets the list text. 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 property NextSibling
Gets the next sibling.
(Inherited from DocumentObject .)
Public property Owner
Gets the owner of this entity.
(Inherited from DocumentObject .)
Public property OwnerTextBody
Gets the owner text body.
(Inherited from BodyRegion .)
Public property ParentSection
Gets the parent section of the current paragraph.
Public property PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject .)
Public property StyleName
Gets paragraph style name.
Public property Text
Returns or sets paragraph text.
Public property WordCount
Gets the word count.
Protected property XDLSHolder (Inherited from DocumentSerializable .)
Top
See Also