com.aspose.diagram
Class TxtSaveOptions

java.lang.Object
  extended by SaveOptions
      extended by com.aspose.diagram.TxtSaveOptions

public class TxtSaveOptions 
extends SaveOptions

Represents the save options for csv/other text format.


Constructor Summary
TxtSaveOptions()
           Creates text file save options.
TxtSaveOptions(int format)
           Creates text file save options.
 
Property Getters/Setters Summary
java.lang.StringgetDefaultFont()→ inherited from SaveOptions
voidsetDefaultFont(java.lang.String)
           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.
intgetSaveFormat()→ inherited from SaveOptions
voidsetSaveFormat(int)
           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.
IWarningCallbackgetWarningCallback()→ inherited from SaveOptions
voidsetWarningCallback(IWarningCallback)
           Gets or sets warning callback.
 

Constructor Detail

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.

getWarningCallback/setWarningCallback

→ inherited from SaveOptions
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)
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.