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 |
getAttributeListFile()
Gets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
|
java.lang.String |
getAttributePrefix()
Gets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is 'rvm:'.
|
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
|
boolean |
getExportAttributes()
Gets whether to export the attribute list to an external .att file, default value is false.
|
java.lang.String |
getFileNote()
File note in the file header.
|
void |
setAttributeListFile(java.lang.String value)
Sets the file name of attribute list file, exporter will generate a name based on the .rvm file name when this property is undefined, default value is null.
|
void |
setAttributePrefix(java.lang.String value)
Sets the prefix of which attributes that will be exported, the exported property will contains no prefix, custom properties with different prefix will not be exported, default value is 'rvm:'.
|
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 |
setExportAttributes(boolean value)
Sets whether to export the attribute list to an external .att file, default value is false.
|
void |
setFileNote(java.lang.String value)
File note in the file header.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setEncoding, 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 valuepublic java.lang.String getAttributePrefix()
public void setAttributePrefix(java.lang.String value)
value
- New valuepublic java.lang.String getAttributeListFile()
public void setAttributeListFile(java.lang.String value)
value
- New valuepublic boolean getExportAttributes()
public void setExportAttributes(boolean value)
value
- New value