SaveFormat property

This property returns the file format of the presentation.

Defined in

Presentation

Data type

String

Syntax

public String getSaveFormat()

Usage

The following file formats are supported:
  • .odp file: Constant.SYMPHONY_FILE_FORMAT_ODP
  • .otp file: Constant.SYMPHONY_FILE_FORMAT_OTP
  • .ppt file: Constant.SYMPHONY_FILE_FORMAT_PPT

See examples

Example: SaveFormat property

Related information

File format constant