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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ParagraphStyle : Style, 
	IParagraphStyle, IStyle
Public Class ParagraphStyle
	Inherits Style
	Implements IParagraphStyle, IStyle
public ref class ParagraphStyle : public Style, 
	IParagraphStyle, IStyle
type ParagraphStyle =  
    class
        inherit Style
        interface IParagraphStyle
        interface IStyle
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ParagraphStyle(IDocument)
Initializes a new instance of the ParagraphStyle class
ApplyBaseStyle(String) (Overrides Style..::..ApplyBaseStyle(String).)
ApplyBaseStyle(BuiltinStyle) (Inherited from Style.)
BaseStyle
CharacterFormat (Inherited from Style.)
Clone()()()() (Overrides Style..::..Clone()()()().)
CloneImpl()()()() (Overrides Style..::..CloneImpl()()()().)
CloneStyleTo(Document, Document) (Overrides Style..::..CloneStyleTo(Document, Document).)
DefaultStyleType (Inherited from Style.)
Document
Gets the document.
(Inherited from OwnerHolder.)
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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitXDLSHolder()()()() (Overrides Style..::..InitXDLSHolder()()()().)
IsCustomStyle
Gets or sets a value indicating whether this instance is custom style.
(Inherited from Style.)
ListFormat
m_baseStyle (Inherited from Style.)
m_chFormat (Inherited from Style.)
m_doc (Inherited from OwnerHolder.)
m_isCustom (Inherited from Style.)
m_isPrimaryStyle (Inherited from Style.)
m_isSemiHidden (Inherited from Style.)
m_linkStyle (Inherited from Style.)
m_listFormat
m_nextStyle (Inherited from Style.)
m_ParaPr (Inherited from Style.)
m_tapx (Inherited from Style.)
m_unhideWhenUsed (Inherited from Style.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Inherited from Style.)
ParagraphFormat
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from Style.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from Style.)
StyleId
Gets or sets the style id.
(Inherited from Style.)
StyleType (Overrides Style..::..StyleType.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from Style.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also