preserveFormatting property
CheckGrammarOptions.preserveFormatting property
Allows to specify either Aspose.Words.AI.IAiModelText.CheckGrammar(Aspose.Words.Document,Aspose.Words.AI.CheckGrammarOptions) will try to preserve
layout and formatting of the original document, or not.
Default value is true
.
get preserveFormatting(): boolean
Remarks
When the option is set to false
, the quality of grammar checking is higher
than when this option is set to true
. However, the original formatting of the
text is not preserved in this case.
See Also
- module Aspose.Words.AI
- class CheckGrammarOptions