public class RvmSaveOptions extends SaveOptions
Constructor and Description |
---|
RvmSaveOptions()
Constructor of
RvmSaveOptions |
RvmSaveOptions(FileContentType contentType)
Constructor of
RvmSaveOptions |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Author information, default value is '3d@aspose'
|
java.lang.String |
getCreationTime()
The timestamp that exported this file, default value is current time
|
java.lang.String |
getFileNote()
File note in the file header.
|
void |
setAuthor(java.lang.String value)
Author information, default value is '3d@aspose'
|
void |
setCreationTime(java.lang.String value)
The timestamp that exported this file, default value is current time
|
void |
setFileNote(java.lang.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 java.lang.String getFileNote()
public void setFileNote(java.lang.String value)
value
- New valuepublic java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
value
- New valuepublic java.lang.String getCreationTime()
public void setCreationTime(java.lang.String value)
value
- New value