ImportFormatOptions
Overview
ImportFormatOptions is a class in Aspose.Words FOSS for .NET.
Allows to specify various import options to format output.
Properties: AdjustSentenceAndWordSpacing, AppendDocumentWithNewPage, ForceCopyStyles, IgnoreHeaderFooter, IgnoreTextBoxes, KeepSourceNumbering, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SmartStyleBehavior | bool | Read/Write | Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents. |
KeepSourceNumbering | bool | Read/Write | Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents. |
IgnoreTextBoxes | bool | Read/Write | Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used. |
IgnoreHeaderFooter | bool | Read/Write | Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if KeepSourceFormatting mode is used. |
MergePastedLists | bool | Read/Write | Gets or sets a boolean value that specifies whether pasted lists will be merged with surrounding lists. |
ForceCopyStyles | bool | Read/Write | Gets or sets a boolean value indicating either to copy conflicting styles in KeepSourceFormatting mode. |
AdjustSentenceAndWordSpacing | bool | Read/Write | Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically. |
AppendDocumentWithNewPage | bool | Read/Write | Gets or sets a boolean value indicating whether to change a first imported section type to the NewPage forcibly when call ImportFormatMode, ImportFormatOptions). |