public class RvmSaveOptions extends SaveOptions
Constructor and Description |
---|
RvmSaveOptions()
Constructor of
RvmSaveOptions |
RvmSaveOptions(FileContentType contentType)
Constructor of
RvmSaveOptions |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Author information, default value is '3d@aspose'
|
String |
getCreationTime()
The timestamp that exported this file, default value is current time
|
String |
getFileNote()
File note in the file header.
|
void |
setAuthor(String value)
Author information, default value is '3d@aspose'
|
void |
setCreationTime(String value)
The timestamp that exported this file, default value is current time
|
void |
setFileNote(String value)
File note in the file header.
|
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
public RvmSaveOptions()
RvmSaveOptions
public RvmSaveOptions(FileContentType contentType)
RvmSaveOptions
contentType
- Text or binary RVM file?public String getFileNote()
public void setFileNote(String value)
value
- New valuepublic String getAuthor()
public void setAuthor(String value)
value
- New valuepublic String getCreationTime()
public void setCreationTime(String value)
value
- New valueCopyright © 2018. All rights reserved.