Class TxtSaveOptions
Contents
[
Hide
]TxtSaveOptions class
Represents the save options for csv/other text format.
public class TxtSaveOptions : SaveOptions
Constructors
Name | Description |
---|---|
TxtSaveOptions() | Creates text file save options. |
TxtSaveOptions(SaveFileFormat) | Creates text file save options. |
Properties
Name | Description |
---|---|
virtual DefaultFont { get; set; } | When characters in the diagram are unicode and not be set with correct font value or the font is not installed locally, they may appear as block in pdf, image or XPS. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. |
virtual SaveFormat { get; set; } | Specifies the format in which the document will be saved if this save options object is used. |
WarningCallback { get; set; } | Gets or sets warning callback. |
See Also
- class SaveOptions
- namespace Aspose.Diagram.Saving
- assembly Aspose.Diagram