Namespace: Spire.Xls.Core.Converter.General.Word.Formatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FontTypeHint FontTypeHint { get; set; }
Public Property FontTypeHint As FontTypeHint
	Get
	Set
public:
property FontTypeHint FontTypeHint {
	FontTypeHint get ();
	void set (FontTypeHint value);
}
member FontTypeHint : FontTypeHint with get, set

Property Value

FontTypeHint

See Also