TxtSaveOptions

TxtSaveOptions

Overview

TxtSaveOptions is a class in Aspose.Words FOSS for .NET. Inherits from: TxtSaveOptionsBase.

Can be used to specify additional options when saving a document into the Text format.

This class provides 1 method for working with TxtSaveOptions objects in .NET programs. Available methods include: CreateSaveOptions. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: AddBidiMarks, AllowEmbeddingPostScriptFonts, CustomTimeZoneInfo, DefaultTemplate, Dml3DEffectsRenderingMode, DmlEffectsRenderingMode, and 25 more.

Properties

NameTypeAccessDescription
SaveFormatSaveFormatRead/WriteSpecifies the format in which the document will be saved if this save options object is used.
SimplifyListLabelsboolRead/WriteSpecifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
AddBidiMarksboolRead/WriteSpecifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.
ListIndentationTxtListIndentationReadGets a TxtListIndentation object that specifies how many and which character to use for indentation of list levels.
PreserveTableLayoutboolRead/WriteSpecifies whether the program should attempt to preserve layout of tables when saving in the plain text format.
MaxCharactersPerLineintRead/WriteGets or sets an integer value that specifies the maximum number of characters per one line.
OfficeMathExportModeTxtOfficeMathExportModeRead/WriteSpecifies how OfficeMath will be written to the output file.
EncodingEncodingRead/WriteSpecifies the encoding to use when exporting in text formats.
ParagraphBreakstringRead/WriteSpecifies the string to use as a paragraph break when exporting in text formats.
ForcePageBreaksboolRead/WriteAllows to specify whether the page breaks should be preserved during export.
ExportHeadersFootersModeTxtExportHeadersFootersModeRead/WriteSpecifies the way headers and footers are exported to the text formats.
ExportGeneratorNameboolRead/WriteWhen true, causes the name and version of Aspose.Words to be embedded into produced files.
TempFolderstringRead/WriteSpecifies the folder for temporary files used when saving to a DOC or DOCX file.
UpdateOleControlImagesboolRead/WriteGets or sets a value determining whether OLE controls presentation image will be updated.
PrettyFormatboolRead/WriteWhen true, pretty formats output where applicable.
UseAntiAliasingboolRead/WriteGets or sets a value determining whether or not to use anti-aliasing for rendering.
UseHighQualityRenderingboolRead/WriteGets or sets a value determining whether or not to use high quality (i.e.
DmlRenderingModeDmlRenderingModeRead/WriteGets or sets a value determining how DrawingML shapes are rendered.
DmlEffectsRenderingModeDmlEffectsRenderingModeRead/WriteGets or sets a value determining how DrawingML effects are rendered.
ImlRenderingModeImlRenderingModeRead/WriteGets or sets a value determining how ink (InkML) objects are rendered.
DefaultTemplatestringRead/WriteGets or sets path to default template (including filename).
UpdateFieldsboolRead/WriteGets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format.
UpdateLastSavedTimePropertyboolRead/WriteGets or sets a value determining whether the LastSavedTime property is updated before saving.
UpdateLastPrintedPropertyboolRead/WriteGets or sets a value determining whether the LastPrinted property is updated before saving.
UpdateCreatedTimePropertyboolRead/WriteGets or sets a value determining whether the CreatedTime property is updated before saving.
MemoryOptimizationboolRead/WriteGets or sets value determining if memory optimization should be performed before saving the document.
UpdateAmbiguousTextFontboolRead/WriteDetermines whether the font attributes will be changed according to the character code being used.
Dml3DEffectsRenderingModeDml3DEffectsRenderingModeRead/WriteGets or sets a value determining how 3D effects are rendered.
ProgressCallbackIDocumentSavingCallbackRead/WriteCalled during saving a document and accepts data about saving progress.
AllowEmbeddingPostScriptFontsboolRead/WriteGets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved.
CustomTimeZoneInfoTimeZoneInfoRead/WriteGets or sets custom local time zone used for date/time fields.

Methods

SignatureDescription
CreateSaveOptions(saveFormat: SaveFormat)Creates a save options object of a correct class.

See Also