ExportDocumentToDocxArgs Class |
Namespace: Articy.Api
public class ExportDocumentToDocxArgs : ComplexApiCallArgs
The ExportDocumentToDocxArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateCoverPage |
if true, a cover page will be created and the following content is moved to the next page. [default: 'true']
|
![]() | CreateFooter |
if true, each page gets the current page number as footer. [default: 'true']
|
![]() | CreateHeader |
if true, each page gets the documents display name as header. [default: 'true']
|
![]() | CreateTableOfContents |
if true, a table of content is created. [default: 'true']
|
![]() | ExportCollapsed |
if false, only sections that are not collapsed get exported. Otherwise all sections are exported. [default: 'true']
|
![]() | ExportMarkup |
if true, the text markup will be used in the export as well. if false, only the plain text conversion will be used. [default: 'true']
|
![]() | ExportPreviewImages |
if true, the preview images are exported as inlined graphics. [default: 'true']
|
![]() | Filename |
the output filename to use (the name is not modified in any way, so a .docx extension should be used)
|
![]() | PageSize |
Selects either A4 or Letter page size.
|
![]() | Portrait |
if true, the word document gets portrait orientation, landscape otherwise. [default: 'true']
|