Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class FontWrapper : CommonWrapper, 
	IFont, IExcelApplication, IOptimizedUpdate, IInternalFont
Public Class FontWrapper
	Inherits CommonWrapper
	Implements IFont, IExcelApplication, IOptimizedUpdate, IInternalFont
public ref class FontWrapper : public CommonWrapper, 
	IFont, IExcelApplication, IOptimizedUpdate, IInternalFont
type FontWrapper =  
    class
        inherit CommonWrapper
        interface IFont
        interface IExcelApplication
        interface IOptimizedUpdate
        interface IInternalFont
    end

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FontWrapper()()()()
Initializes a new instance of the FontWrapper class
FontWrapper(XlsFont)
Initializes a new instance of the FontWrapper class
FontWrapper(XlsFont, Boolean, Boolean)
Initializes a new instance of the FontWrapper class
AfterChangeEvent
BeginCallsCount (Inherited from CommonWrapper.)
BeginUpdate()()()() (Overrides CommonWrapper..::..BeginUpdate()()()().)
Clone(Object) (Inherited from CommonWrapper.)
Clone(XlsWorkbook, Object, IDictionary) Obsolete.
Color
ColorObjectUpdate()()()()
EndUpdate()()()() (Overrides CommonWrapper..::..EndUpdate()()()().)
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.)
Font
FontIndex
FontName
GenerateNativeFont()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetThemeColor(ThemeColorType%, Double%)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Index
IsAutoColor
IsBold
IsItalic
IsReadOnly
IsStrikethrough
IsSubscript
IsSuperscript
KnownColor
MacOSOutlineFont
MacOSShadow
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parent
SetThemeColor(ThemeColorType, Double)
Size
StrikethroughType
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Underline
VerticalAlignment
Workbook

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..CommonWrapper
    Spire.Xls.Core.Spreadsheet..::..FontWrapper

See Also