|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the operation to save the document in the rich document view as a new file.
If a file name that is not valid is provided, UnsupportedOperationException
is
thrown when starting the operation on a RichDocumentView
. For example,
when the specified file is read only.
The user can set the target file name before starting the operation.
Operation
Method Summary | |
---|---|
java.lang.String |
getFileName()
Specifies the absolute path for the new file path. |
void |
setFileName(java.lang.String fileName)
Sets the absolute path for the new file path. |
Method Detail |
public java.lang.String getFileName()
c:\\test.odt
on Windows® operating systems, and /home/test.odt
on Linux® operating systems.
public void setFileName(java.lang.String fileName)
c:\\test.odt
on Windows® operating systems, and /home/test.odt
on Linux® operating systems.
fileName
- the absolute path for the new file path
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |