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 abstract class Style : DocumentSerializable, 
	IStyle, [T:spr᷹], IRunAttrSource
Public MustInherit Class Style
	Inherits DocumentSerializable
	Implements IStyle, [T:spr᷹], IRunAttrSource
public ref class Style abstract : public DocumentSerializable, 
	IStyle, [T:spr᷹], IRunAttrSource
[<AbstractClassAttribute>]
type Style =  
    class
        inherit DocumentSerializable
        interface IStyle
        interface [T:spr᷹]
        interface IRunAttrSource
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

See Also