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 ListStyle : Style
Public Class ListStyle
	Inherits Style
public ref class ListStyle : public Style
type ListStyle =  
    class
        inherit Style
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListStyle(IDocument, ListType)
Initializes a new instance of the ListStyle class
ApplyBaseStyle(String) (Inherited from Style.)
ApplyBaseStyle(BuiltinStyle) (Inherited from Style.)
CharacterFormat (Inherited from Style.)
Clone()()()() (Overrides Style..::..Clone()()()().)
CloneImpl()()()() (Overrides Style..::..CloneImpl()()()().)
CloneStyleTo(Document, Document) (Inherited from Style.)
CreateEmptyListStyle(IDocument, ListType, Boolean)
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.)
GetNearLevel(Int32)
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.)
Levels
ListType
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_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.)
ReadXmlAttributes(IXDLSAttributeReader) (Overrides Style..::..ReadXmlAttributes(IXDLSAttributeReader).)
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) (Overrides Style..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also