Uses of Class
ch.brix.gql.client.frontify.input_objects.ExportCreativeOptionsInput
-
Packages that use ExportCreativeOptionsInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of ExportCreativeOptionsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return ExportCreativeOptionsInput Modifier and Type Method Description ExportCreativeOptionsInputExportCreativeOptionsInput. format(CreativeExportFormat v)`Format` of exported file.ExportCreativeOptionsInputExportCreativeOptionsInput. hasTransparentBackground(BooleanScalar v)`TransparentBackground` export parameter.ExportCreativeOptionsInputExportCreativeOptionsInput. pages(List<IntScalar> v)List of pages to export.ExportCreativeOptionsInputExportCreativeOptionsInput. quality(CreativeExportQuality v)`Quality` of exported file.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type ExportCreativeOptionsInput Modifier and Type Method Description ExportCreativeInputExportCreativeInput. options(ExportCreativeOptionsInput v)`ExportCreativeOptionsInput` data.
-