WordProcessingEditOptions Class |
Namespace: GroupDocs.Editor.Options
The WordProcessingEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | WordProcessingEditOptions |
Creates and returns a new instance of the WordProcessingEditOptions class, where all options are set to their default values
|
![]() | WordProcessingEditOptions(Boolean) |
Creates and returns a new instance of the WordProcessingEditOptions class with specified pagination and default all other options
|
Name | Description | |
---|---|---|
![]() | EnableLanguageInformation |
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
This option may be useful for roundtrip conversion of the multi-language documents. By default it is disabled (false).
|
![]() | EnablePagination |
Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false).
|
![]() | ExtractOnlyUsedFont |
Gets or sets a value indicating whether extract only font resources that are used in the textual content of the document.
|
![]() | FontExtraction |
Responsible for extracting font resources, which are used in the input WordProcessing document. By default doesn't extract any fonts (NotExtract).
|
![]() | InputControlsClassName |
Allows to specify a class name, which will be placed to the 'class' attributes in every HTML element, that represents some field in the input WordProcessing document. By default is NULL - 'class' attributes are not applied.
|