FXGSaveOptions
FXGSaveOptions
Section titled “FXGSaveOptions”fxgSaveOptions
Description
Section titled “Description”Specifies options which may be supplied when saving a document as an FXG file. All properties are optional.
Properties
Section titled “Properties”FXGSaveOptions.artboardRange
Section titled “FXGSaveOptions.artboardRange”fxgSaveOptions.artboardRange
Description
Section titled “Description”If saveMultipleArtboards
is true, this is considered for multi-asset extraction, which specifies the artboard range. An empty string extracts all the artboards.
Default: empty String.
String.
FXGSaveOptions.blendsPolicy
Section titled “FXGSaveOptions.blendsPolicy”fxgSaveOptions.blendsPolicy
Description
Section titled “Description”The policy used by FXG to expand blends.
Default: BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS
.
FXGSaveOptions.downsampleLinkedImages
Section titled “FXGSaveOptions.downsampleLinkedImages”fxgSaveOptions.downsampleLinkedImages
Description
Section titled “Description”If true
, linked images are downsampled (at 72 dpi).
Default: false
.
Boolean.
FXGSaveOptions.filtersPolicy
Section titled “FXGSaveOptions.filtersPolicy”fxgSaveOptions.filtersPolicy
Description
Section titled “Description”The policy used by FXG to preserve filters.
Default: FiltersPreservePolicy.KEEPFILTERSEDITABLE
.
FXGSaveOptions.gradientsPolicy
Section titled “FXGSaveOptions.gradientsPolicy”fxgSaveOptions.gradientsPolicy
Description
Section titled “Description”The policy used by FXG to preserve gradients.
Default: GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTS
.
FXGSaveOptions.includeUnusedSymbols
Section titled “FXGSaveOptions.includeUnusedSymbols”fxgSaveOptions.includeUnusedSymbols
Description
Section titled “Description”If true
, unused symbols are included.
Default: false
.
Boolean.
FXGSaveOptions.preserveEditingCapabilities
Section titled “FXGSaveOptions.preserveEditingCapabilities”fxgSaveOptions.preserveEditingCapabilities
Description
Section titled “Description”If true
, the editing capabilities of FXG are preserved.
Default: true
.
Boolean.
FXGSaveOptions.saveMultipleArtboards
Section titled “FXGSaveOptions.saveMultipleArtboards”fxgSaveOptions.saveMultipleArtboards
Description
Section titled “Description”If true
, all artboards or range of artboards are saved.
Default: false
.
Boolean.
FXGSaveOptions.textPolicy
Section titled “FXGSaveOptions.textPolicy”fxgSaveOptions.textPolicy
Description
Section titled “Description”The policy used by FXG to preserve text.
Default: TextPreservePolicy.AUTOMATICALLYCONVERTTEXT
.
FXGSaveOptions.version
Section titled “FXGSaveOptions.version”fxgSaveOptions.version
Description
Section titled “Description”The version of the FXG file format to create. Default FXGVersion.VERSION2PT0
.