java.lang.Object
SaveOptions
com.aspose.diagram.TxtSaveOptions
public class TxtSaveOptions
- extends SaveOptions
Represents the save options for csv/other text format.
TxtSaveOptions
public TxtSaveOptions()
throws java.lang.Exception
-
Creates text file save options.
TxtSaveOptions
public TxtSaveOptions(int format)
throws java.lang.Exception
-
Creates text file save options.
- Parameters:
format - A SaveFileFormat value. The save format of the text file.
|
Property Getters/Setters Detail |
getSaveFormat/setSaveFormat | → inherited from SaveOptions
|
public int getSaveFormat() / public void setSaveFormat(int value)
|
-
Specifies the format in which the document will be saved if this save options object is used.
The value of the property is SaveFileFormat integer constant.
getDefaultFont/setDefaultFont | → inherited from SaveOptions
|
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value)
|
-
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.
-
Gets or sets warning callback.
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.