API Documentation > Interfaces > Interface FileSaveRegisterOptions
Interface FileSaveRegisterOptions

package com.ptc.pfc.pfcUI;

public interface
FileSaveRegisterOptions
extends
jxobject


Description
The class specifies options for registering a save operation.
User Guide References:
Method Summary
String
Get method for attribute "FileDescription"
Short description of the file type to be saved.
String
Get method for attribute "FileType"
The file type to be saved.
void
SetFileDescription (String value)
Set method for attribute "FileDescription"
Short description of the file type to be saved.
void
SetFileType (String value)
Set method for attribute "FileType"
The file type to be saved.
Method Detail
GetFileType
String
GetFileType
()
SetFileType
void
SetFileType
(String value)
The file type to be saved.
This will appear as the file extension in the File 'Save a Copy' Dialog.
User Guide References:
GetFileDescription
String
GetFileDescription
()
SetFileDescription
void
SetFileDescription
(String value)
Short description of the file type to be saved.
This will appear as file description in the File 'Save a Copy' Dialog.
User Guide References:
Was this helpful?