Class FontSettings
Represents the font settings in the Word document.
Inheritance
System.Object
FontSettings
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class FontSettings : Object
Constructors
FontSettings()
Declaration
public FontSettings()
Properties
FallbackFonts
Gets a fallback font collection of Word document.
Declaration
public FallbackFonts FallbackFonts { get; }
Property Value
Type |
---|
FallbackFonts |
Methods
add_SubstituteFont(SubstituteFontEventHandler)
Declaration
public void add_SubstituteFont(SubstituteFontEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SubstituteFontEventHandler | value |
remove_SubstituteFont(SubstituteFontEventHandler)
Declaration
public void remove_SubstituteFont(SubstituteFontEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
SubstituteFontEventHandler | value |
Events
SubstituteFont
Occurs during Word to PDF/Image conversion to substitute the alternate fonts when a specified font is not installed in the production environment.
Declaration
public event SubstituteFontEventHandler SubstituteFont
Event Type
Type |
---|
SubstituteFontEventHandler |
Remarks
This event is supported for Word to PDF/Image conversion alone.