appendDocumentWithNewPage property

ImportFormatOptions.appendDocumentWithNewPage property

Gets or sets a boolean value indicating whether to change a first imported section type to the SectionStart.NewPage forcibly when call Document.appendDocument(). The default value is true.

get appendDocumentWithNewPage(): boolean

Remarks

Please note that this option is only relevant for the Document.appendDocument() method and has no effect on other import-related methods.

See Also