void |
Scene.open(com.aspose.csporter.helpers.Stream stream,
Cancellation cancellationToken) |
Opens the scene from given stream
|
void |
Scene.open(com.aspose.csporter.helpers.Stream stream,
FileFormat format,
Cancellation cancellationToken) |
Opens the scene from given stream using specified file format.
|
void |
Scene.open(com.aspose.csporter.helpers.Stream stream,
LoadOptions options,
Cancellation cancellationToken) |
Opens the scene from given stream using specified IO config.
|
void |
Scene.open(java.lang.String fileName,
Cancellation cancellationToken) |
Opens the scene from given path
|
void |
Scene.open(java.lang.String fileName,
FileFormat format,
Cancellation cancellationToken) |
Opens the scene from given path using specified file format.
|
void |
Scene.open(java.lang.String fileName,
LoadOptions options,
Cancellation cancellationToken) |
Opens the scene from given path using specified file format.
|
void |
Scene.save(com.aspose.csporter.helpers.Stream stream,
FileFormat format,
Cancellation cancellationToken) |
Saves the scene to stream using specified file format.
|
void |
Scene.save(com.aspose.csporter.helpers.Stream stream,
SaveOptions options,
Cancellation cancellationToken) |
Saves the scene to stream using specified file format.
|
void |
Scene.save(java.lang.String fileName,
FileFormat format,
Cancellation cancellationToken) |
Saves the scene to specified path using specified file format.
|
void |
Scene.save(java.lang.String fileName,
SaveOptions options,
Cancellation cancellationToken) |
Saves the scene to specified path using specified file format.
|