Click or drag to resize

ParagraphBase Class

Inheritance Hierarchy

Namespace:  Spire.Doc.Fields
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public abstract class ParagraphBase : DocumentBase, 
	IParagraphBase, IDocumentObject

The ParagraphBase type exposes the following members.

Constructors
  NameDescription
Protected methodParagraphBase
Initializes a new instance of the ParagraphBase class
Top
Properties
  NameDescription
Public propertyCharacterFormat
Gets the character format.
Public propertyChildObjects
Gets the child objects of the entity.
(Overrides DocumentObjectChildObjects.)
Public propertyDeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyDocumentObjectType
Gets the type of the document object.
(Inherited from DocumentObject.)
Public propertyFirstChild (Inherited from DocumentObject.)
Public propertyInsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
Public propertyIsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
Public propertyIsDeleteRevision
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true".
Public propertyIsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
Public propertyLastChild (Inherited from DocumentObject.)
Public propertyNextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Public propertyOwner
Gets the owner of this entity.
(Inherited from DocumentObject.)
Public propertyOwnerParagraph
Gets owner paragraph.
Public propertyPreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
Public propertyStyleName
Gets the style name.
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
Methods
  NameDescription
Public methodApplyCharacterFormat
Sets the character format.
Public methodApplyStyle
Public methodClone (Inherited from DocumentObject.)
Protected methodCloneImpl (Overrides DocumentSerializableCloneImpl.)
Protected methodCreateLayoutInfo (Inherited from DocumentBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextWidgetSibling (Overrides DocumentObjectGetNextWidgetSibling.)
Public methodGetPreviousWidgetSibling (Overrides DocumentObjectGetPreviousWidgetSibling.)
Public methodGetType (Inherited from Object.)
Protected methodInitXDLSHolder (Inherited from DocumentSerializable.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReadXmlAttributes (Inherited from DocumentSerializable.)
Protected methodReadXmlContent (Inherited from DocumentSerializable.)
Protected methodRestoreReference (Inherited from DocumentSerializable.)
Public methodToString (Inherited from Object.)
Public methodToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
Protected methodWriteXmlAttributes (Inherited from DocumentSerializable.)
Protected methodWriteXmlContent (Inherited from DocumentSerializable.)
Top
Fields
  NameDescription
Protected fieldm_charFormat
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Spire.DocOwnerHolder
    Spire.Doc.Documents.XMLDocumentSerializable
      Spire.DocDocumentObject
        Spire.DocDocumentBase
          Spire.Doc.FieldsParagraphBase
            Spire.DocBookmarkEnd
            Spire.DocBookmarkStart
            Spire.DocBreak
            Spire.Doc.DocumentsCommentMark
            Spire.Doc.DocumentsStructureDocumentTagInline
            Spire.Doc.FieldsComment
            Spire.Doc.FieldsFieldMark
            Spire.Doc.FieldsFootnote
            Spire.Doc.Fields.OMathOfficeMath
            Spire.Doc.Fields.ShapeShapeBase
            Spire.Doc.FieldsSymbol
            Spire.Doc.FieldsTableOfContent
            Spire.Doc.FieldsTextRange
            Spire.DocPermissionEnd
            Spire.DocPermissionStart
            Spire.DocWatermarkBase