fontSettings property

Document.fontSettings property

Gets or sets document font settings.

get fontSettings(): Aspose.Words.Fonts.FontSettings

Remarks

This property allows to specify font settings per document. If set to null, default static font settings FontSettings.defaultInstance will be used.

The default value is null.

See Also