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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IInternalFont : IFont, 
	IExcelApplication, IOptimizedUpdate
Public Interface IInternalFont
	Inherits IFont, IExcelApplication, IOptimizedUpdate
public interface class IInternalFont : IFont, 
	IExcelApplication, IOptimizedUpdate
type IInternalFont =  
    interface
        interface IFont
        interface IExcelApplication
        interface IOptimizedUpdate
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginUpdate()()()() (Inherited from IOptimizedUpdate.)
Color (Inherited from IFont.)
EndUpdate()()()() (Inherited from IOptimizedUpdate.)
Font
FontName (Inherited from IFont.)
GenerateNativeFont()()()() (Inherited from IFont.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from IFont.)
Index
IsAutoColor (Inherited from IFont.)
IsBold (Inherited from IFont.)
IsItalic (Inherited from IFont.)
IsStrikethrough (Inherited from IFont.)
IsSubscript (Inherited from IFont.)
IsSuperscript (Inherited from IFont.)
KnownColor (Inherited from IFont.)
Parent (Inherited from IExcelApplication.)
SetThemeColor(ThemeColorType, Double) (Inherited from IFont.)
Size (Inherited from IFont.)
StrikethroughType (Inherited from IFont.)
Underline (Inherited from IFont.)
VerticalAlignment (Inherited from IFont.)

See Also