SaveFormat property

This property returns the file format of the document.

Defined in

Document

Data type

String

Syntax

public String getSaveFormat()

Usage

The following file formats are supported:
  • .odt file: Constant.SYMPHONY_FILE_FORMAT_ODT
  • .ott file: Constant.SYMPHONY_FILE_FORMAT_OTT
  • .doc file: Constant.SYMPHONY_FILE_FORMAT_DOC
  • .rtf file: Constant.SYMPHONY_FILE_FORMAT_RTF
  • .txt file: Constant.SYMPHONY_FILE_FORMAT_TXT

See examples

Example: SaveFormat property

Related information

File format constant