Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class ParagraphBase : DocumentBase, 
	IParagraphBase, IDocumentObject, IRunAttrSource
Public MustInherit Class ParagraphBase
	Inherits DocumentBase
	Implements IParagraphBase, IDocumentObject, IRunAttrSource
public ref class ParagraphBase abstract : public DocumentBase, 
	IParagraphBase, IDocumentObject, IRunAttrSource
[<AbstractClassAttribute>]
type ParagraphBase =  
    class
        inherit DocumentBase
        interface IParagraphBase
        interface IDocumentObject
        interface IRunAttrSource
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ParagraphBase(Document)
Initializes a new instance of the ParagraphBase class
ApplyCharacterFormat(CharacterFormat)
Sets the character format.
ApplyStyle(String)
CharacterFormat
Gets the character format.
ChildObjects
Gets the child objects of the entity.
(Overrides DocumentObject..::..ChildObjects.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
CreateLayoutInfo()()()() (Inherited from DocumentBase.)
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Inherited from DocumentObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
GetAncestor(DocumentObjectType)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextWidgetSibling()()()() (Overrides DocumentObject..::..GetNextWidgetSibling()()()().)
GetPreviousWidgetSibling()()()() (Overrides DocumentObject..::..GetPreviousWidgetSibling()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitXDLSHolder()()()() (Inherited from DocumentSerializable.)
InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsDeleteRevision
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true".
IsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
LastChild (Inherited from DocumentObject.)
m_charFormat
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
OwnerParagraph
Gets owner paragraph.
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
StyleName
Gets the style name.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc.Fields..::..ParagraphBase
            Spire.Doc..::..BookmarkEnd
            Spire.Doc..::..BookmarkStart
            Spire.Doc..::..Break
            Spire.Doc.Documents..::..CommentMark
            Spire.Doc.Documents..::..StructureDocumentTagInline
            Spire.Doc.Fields..::..Comment
            Spire.Doc.Fields..::..FieldMark
            Spire.Doc.Fields..::..Footnote
            Spire.Doc.Fields.OMath..::..OfficeMath
            Spire.Doc.Fields.Shape..::..ShapeBase
            Spire.Doc.Fields..::..Symbol
            Spire.Doc.Fields..::..TableOfContent
            Spire.Doc.Fields..::..TextRange
            Spire.Doc..::..PermissionEnd
            Spire.Doc..::..PermissionStart
            Spire.Doc..::..WatermarkBase

See Also