Enum ImportOptions
Specifies the Import options.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[Flags]
public enum ImportOptions
Fields
Name | Description |
---|---|
KeepSourceFormatting | Imports the contents from the source document, applies the default style (Normal), and preserves all other formatting as direct formatting in order to preserve the contents as in source document. |
KeepTextOnly | Imports only the text from the source document to the destination document. |
ListContinueNumbering | Imports the contents of the source document to the destination document, and continues the list numbering. |
ListRestartNumbering | Imports the contents of the source document to the destination document, and restarts the list numbering. |
MergeFormatting | Imports the contents of the source document to the destination document, and applies the formatting of surrounding content to the destination document. |
UseDestinationStyles | Imports the contents of the source document to the destination document, and applies the styles present in the destination document, or imports the source style to the destination document when there is no style with the same name in the destination document. |