SaveOptions

Overview

SaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

SaveOptions.SaveOptions initializes a new SaveOptions instance with default settings.

This class provides 2 methods for working with SaveOptions objects in Java programs. Available methods include: SaveOptions, getFileFormat. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: fileFormat.

Description

SaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 3 properties for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.

Core capabilities include: fileformat. These operations enable developers to integrate saveoptions functionality directly into Java applications.

The class also provides the fileFormat property (gets the file format).

The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.

Properties

NameTypeAccessDescription
fileFormatFileFormatReadGets the file format.

Methods

SignatureDescription
SaveOptions()Initializes a new SaveOptions instance with default settings
SaveOptions(name: String)
getFileFormat()FileFormatReturns the file format.

See Also