Package com.aspose.threed
Class RvmSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.RvmSaveOptions
-
public class RvmSaveOptions extends SaveOptions
Save options for Aveva PDMS RVM file.
-
-
Constructor Summary
Constructors Constructor Description RvmSaveOptions()
Constructor ofRvmSaveOptions
RvmSaveOptions(FileContentType contentType)
Constructor ofRvmSaveOptions
-
Method Summary
Modifier and Type Method 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 timejava.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 timevoid
setFileNote(java.lang.String value)
File note in the file header.-
Methods inherited from class com.aspose.threed.IOConfig
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
RvmSaveOptions
public RvmSaveOptions()
Constructor ofRvmSaveOptions
-
RvmSaveOptions
public RvmSaveOptions(FileContentType contentType)
Constructor ofRvmSaveOptions
- Parameters:
contentType
- Text or binary RVM file?
-
-
Method Detail
-
getFileNote
public java.lang.String getFileNote()
File note in the file header.
-
setFileNote
public void setFileNote(java.lang.String value)
File note in the file header.- Parameters:
value
- New value
-
getAuthor
public java.lang.String getAuthor()
Author information, default value is '3d@aspose'
-
setAuthor
public void setAuthor(java.lang.String value)
Author information, default value is '3d@aspose'- Parameters:
value
- New value
-
getCreationTime
public java.lang.String getCreationTime()
The timestamp that exported this file, default value is current time
-
setCreationTime
public void setCreationTime(java.lang.String value)
The timestamp that exported this file, default value is current time- Parameters:
value
- New value
-
-