Package com.aspose.tasks
Class SaveFileFormat
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.SaveFileFormat
-
public final class SaveFileFormat extends com.aspose.ms.System.Enum
Enumeration for saving project format selection.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Bmp
BMP format.static int
Csv
CSV format.static int
GdHtml
Html format for saving project data in a set of html tables.static int
Html
HTML format.static int
Jpeg
JPEG format.static int
Mpp
MPP format.static int
Mpx
MPX format.static int
Pdf
PDF format.static int
Png
PNG format.static int
PrimaveraP6Xml
Primavera P6 Xml format.static int
PrimaveraXer
Primavera PM XER format.static int
Spreadsheet2003
Spreadsheet XML (Excel 2003).static int
Svg
SVG format.static int
Tiff
TIFF format.static int
Txt
Text format (tab delimited).static int
Xaml
XAML format.static int
Xlsx
OOXML (Office Open XML, Excel 2007+).static int
Xml
XML format.static int
Xps
XPS format.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Mpp
public static final int Mpp
MPP format.
- See Also:
- Constant Field Values
-
Xml
public static final int Xml
XML format.
- See Also:
- Constant Field Values
-
Html
public static final int Html
HTML format.
- See Also:
- Constant Field Values
-
Bmp
public static final int Bmp
BMP format.
- See Also:
- Constant Field Values
-
Png
public static final int Png
PNG format.
- See Also:
- Constant Field Values
-
Jpeg
public static final int Jpeg
JPEG format.
- See Also:
- Constant Field Values
-
Pdf
public static final int Pdf
PDF format.
- See Also:
- Constant Field Values
-
Tiff
public static final int Tiff
TIFF format.
- See Also:
- Constant Field Values
-
Xps
public static final int Xps
XPS format.
- See Also:
- Constant Field Values
-
Xaml
public static final int Xaml
XAML format.
- See Also:
- Constant Field Values
-
Svg
public static final int Svg
SVG format.
- See Also:
- Constant Field Values
-
Csv
public static final int Csv
CSV format.
- See Also:
- Constant Field Values
-
Txt
public static final int Txt
Text format (tab delimited).
- See Also:
- Constant Field Values
-
Spreadsheet2003
public static final int Spreadsheet2003
Spreadsheet XML (Excel 2003).
- See Also:
- Constant Field Values
-
Xlsx
public static final int Xlsx
OOXML (Office Open XML, Excel 2007+).
- See Also:
- Constant Field Values
-
PrimaveraP6Xml
public static final int PrimaveraP6Xml
Primavera P6 Xml format.
- See Also:
- Constant Field Values
-
PrimaveraXer
public static final int PrimaveraXer
Primavera PM XER format.
- See Also:
- Constant Field Values
-
Mpx
public static final int Mpx
MPX format.
- See Also:
- Constant Field Values
-
GdHtml
public static final int GdHtml
Html format for saving project data in a set of html tables.
- See Also:
- Constant Field Values
-
-