| ParagraphStyle Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc.Documents
 Syntax
Syntax
 
The ParagraphStyle type exposes the following members.
 Constructors
Constructors
 
| Name | Description | |
|---|---|---|
|   | ParagraphStyle | 
 Initializes a new instance of the
 
ParagraphStyle
 
 class.
 | 
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | BaseStyle | 
 Gets a base style of paragraph.
 | 
|   | CharacterFormat | (Inherited from Style .) | 
|   | Document | 
 Gets the document.
(Inherited from
 OwnerHolder
.) | 
|   | Frame | 
 Gets the frame format for the paragraph style.
 | 
|   | IsCustomStyle | 
 Gets or sets a value indicating whether this instance is custom style.
(Inherited from
 Style
.) | 
|   | IsHeading | 
 Gets or sets a value indicating whether the style is heading style.
(Inherited from
 Style
.) | 
|   | ListFormat | 
 Gets the list format for the paragraph style.
 | 
|   | Name | (Inherited from Style .) | 
|   | ParagraphFormat | 
 Gets format for the paragraph style.
 | 
|   | StyleId | 
 Gets or sets the style id.
(Inherited from
 Style
.) | 
|   | StyleType | 
 Gets the type of the style.
(Overrides
 Style
 
 StyleType
.) | 
|   | XDLSHolder | (Inherited from DocumentSerializable .) | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | ApplyBaseStyle(String) | (Inherited from Style .) | 
|   | ApplyBaseStyle(BuiltinStyle) | (Inherited from Style .) | 
|   | Clone | 
 Clones the current ParagraphStyle object.
(Overrides
 Style
 
 Clone
 
.) | 
|   | CloneImpl | (Overrides Style CloneImpl .) | 
|   | CloneStyleTo | (Overrides Style CloneStyleTo(Document, Document) .) | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | InitXDLSHolder | (Overrides Style InitXDLSHolder .) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ReadXmlAttributes | (Inherited from Style .) | 
|   | ReadXmlContent | (Inherited from DocumentSerializable .) | 
|   | RestoreReference | (Inherited from Style .) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
|   | WriteXmlAttributes | (Inherited from Style .) | 
|   | WriteXmlContent | (Inherited from DocumentSerializable .) | 
 Fields
Fields
 
| Name | Description | |
|---|---|---|
|   | m_baseStyle | (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_nextStyle | (Inherited from Style .) | 
|   | m_tapx | (Inherited from Style .) | 
|   | m_unhideWhenUsed | (Inherited from Style .) | 
 See Also
See Also