ImportFormatOptions

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

NameTypeAccessDescription
SmartStyleBehaviorboolRead/WriteGets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents.
KeepSourceNumberingboolRead/WriteGets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents.
IgnoreTextBoxesboolRead/WriteGets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used.
IgnoreHeaderFooterboolRead/WriteGets or sets a boolean value that specifies that source formatting of headers/footers content ignored if KeepSourceFormatting mode is used.
MergePastedListsboolRead/WriteGets or sets a boolean value that specifies whether pasted lists will be merged with surrounding lists.
ForceCopyStylesboolRead/WriteGets or sets a boolean value indicating either to copy conflicting styles in KeepSourceFormatting mode.
AdjustSentenceAndWordSpacingboolRead/WriteGets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically.
AppendDocumentWithNewPageboolRead/WriteGets or sets a boolean value indicating whether to change a first imported section type to the NewPage forcibly when call ImportFormatMode, ImportFormatOptions).

See Also