#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:model3d")]
pub struct Model3D {
#[sdk(attr(qname = "r:embed"))]
pub embed: Option<crate::simple_type::StringValue>,
#[sdk(attr(qname = "r:link"))]
pub link: Option<crate::simple_type::StringValue>,
#[sdk(child(qname = "am3d:spPr"))]
pub shape_properties: std::boxed::Box<ShapeProperties>,
#[sdk(child(qname = "am3d:camera"))]
pub model3_d_camera: std::boxed::Box<Model3DCamera>,
#[sdk(child(qname = "am3d:trans"))]
pub model3_d_transform: std::boxed::Box<Model3DTransform>,
#[sdk(child(qname = "am3d:attrSrcUrl"))]
pub picture_attribution_source_url: Option<PictureAttributionSourceUrl>,
#[sdk(child(qname = "am3d:raster"))]
pub model3_d_raster: Option<std::boxed::Box<Model3DRaster>>,
#[sdk(child(qname = "am3d:extLst"))]
pub model3_d_extension_list: Option<Model3DExtensionList>,
#[sdk(
choice(
child(variant = ObjectViewport, qname = "am3d:objViewport"),
child(variant = WindowViewport, qname = "am3d:winViewport")
)
)]
pub model3_d_choice1: Option<Model3DChoice>,
#[sdk(child(qname = "am3d:ambientLight"))]
pub ambient_light: Option<std::boxed::Box<AmbientLight>>,
#[sdk(
choice(
child(variant = PointLight, qname = "am3d:ptLight"),
child(variant = SpotLight, qname = "am3d:spotLight"),
child(variant = DirectionalLight, qname = "am3d:dirLight"),
empty_child(variant = UnknownLight, qname = "am3d:unkLight")
)
)]
pub model3_d_choice2: Vec<Model3DChoice2>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:sx")]
pub struct SxRatio {
#[sdk(attr(qname = ":n"))]
pub numerator: crate::simple_type::Int32Value,
#[sdk(attr(qname = ":d"))]
pub denominator: crate::simple_type::Int32Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:sy")]
pub struct SyRatio {
#[sdk(attr(qname = ":n"))]
pub numerator: crate::simple_type::Int32Value,
#[sdk(attr(qname = ":d"))]
pub denominator: crate::simple_type::Int32Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:sz")]
pub struct SzRatio {
#[sdk(attr(qname = ":n"))]
pub numerator: crate::simple_type::Int32Value,
#[sdk(attr(qname = ":d"))]
pub denominator: crate::simple_type::Int32Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:meterPerModelUnit")]
pub struct MeterPerModelUnitPositiveRatio {
#[sdk(attr(qname = ":n"))]
pub n: crate::simple_type::UInt64Value,
#[sdk(attr(qname = ":d"))]
pub d: crate::simple_type::UInt64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:sz")]
pub struct SzPositiveRatio {
#[sdk(attr(qname = ":n"))]
pub n: crate::simple_type::UInt64Value,
#[sdk(attr(qname = ":d"))]
pub d: crate::simple_type::UInt64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:illuminance")]
pub struct IlluminancePositiveRatio {
#[sdk(attr(qname = ":n"))]
pub n: crate::simple_type::UInt64Value,
#[sdk(attr(qname = ":d"))]
pub d: crate::simple_type::UInt64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:intensity")]
pub struct IntensityPositiveRatio {
#[sdk(attr(qname = ":n"))]
pub n: crate::simple_type::UInt64Value,
#[sdk(attr(qname = ":d"))]
pub d: crate::simple_type::UInt64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:preTrans")]
pub struct PreTransVector3D {
#[sdk(attr(qname = ":dx"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dx: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dy"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dy: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dz"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dz: crate::simple_type::Int64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:postTrans")]
pub struct PostTransVector3D {
#[sdk(attr(qname = ":dx"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dx: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dy"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dy: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dz"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dz: crate::simple_type::Int64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:up")]
pub struct UpVector3D {
#[sdk(attr(qname = ":dx"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dx: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dy"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dy: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":dz"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub dz: crate::simple_type::Int64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:scale")]
pub struct Scale3D {
#[sdk(child(qname = "am3d:sx"))]
pub sx_ratio: std::boxed::Box<SxRatio>,
#[sdk(child(qname = "am3d:sy"))]
pub sy_ratio: std::boxed::Box<SyRatio>,
#[sdk(child(qname = "am3d:sz"))]
pub sz_ratio: std::boxed::Box<SzRatio>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:rot")]
pub struct Rotate3D {
#[sdk(attr(qname = ":ax"))]
pub ax: Option<crate::simple_type::Int32Value>,
#[sdk(attr(qname = ":ay"))]
pub ay: Option<crate::simple_type::Int32Value>,
#[sdk(attr(qname = ":az"))]
pub az: Option<crate::simple_type::Int32Value>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:extLst")]
pub struct OfficeArtExtensionList {
#[sdk(child(qname = "a:ext"))]
pub extension: Vec<crate::schemas::a::Extension>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:pos")]
pub struct PosPoint3D {
#[sdk(attr(qname = ":x"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub x: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":y"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub y: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":z"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub z: crate::simple_type::Int64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:lookAt")]
pub struct LookAtPoint3D {
#[sdk(attr(qname = ":x"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub x: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":y"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub y: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":z"))]
#[sdk(number_range(range = -27273042329600..= 27273042316900))]
pub z: crate::simple_type::Int64Value,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:orthographic")]
pub struct OrthographicProjection {
#[sdk(child(qname = "am3d:sz"))]
pub sz_positive_ratio: std::boxed::Box<SzPositiveRatio>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:perspective")]
pub struct PerspectiveProjection {
#[sdk(attr(qname = ":fov"))]
#[sdk(number_range(range = 0..= 10800000))]
pub fov: crate::simple_type::Int32Value,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:blip")]
pub struct Blip {
#[sdk(attr(qname = "r:embed"))]
pub embed: Option<crate::simple_type::StringValue>,
#[sdk(attr(qname = "r:link"))]
pub link: Option<crate::simple_type::StringValue>,
#[sdk(attr(qname = ":cstate"))]
#[sdk(string_format(kind = "token"))]
pub compression_state: Option<crate::schemas::a::BlipCompressionValues>,
#[sdk(
choice(
child(variant = AlphaBiLevel, qname = "a:alphaBiLevel"),
empty_child(variant = AlphaCeiling, qname = "a:alphaCeiling"),
empty_child(variant = AlphaFloor, qname = "a:alphaFloor"),
child(variant = AlphaInverse, qname = "a:alphaInv"),
child(variant = AlphaModulationEffect, qname = "a:alphaMod"),
child(variant = AlphaModulationFixed, qname = "a:alphaModFix"),
child(variant = AlphaReplace, qname = "a:alphaRepl"),
child(variant = BiLevel, qname = "a:biLevel"),
child(variant = Blur, qname = "a:blur"),
child(variant = ColorChange, qname = "a:clrChange"),
child(variant = ColorReplacement, qname = "a:clrRepl"),
child(variant = Duotone, qname = "a:duotone"),
child(variant = FillOverlay, qname = "a:fillOverlay"),
empty_child(variant = Grayscale, qname = "a:grayscl"),
child(variant = Hsl, qname = "a:hsl"),
child(variant = LuminanceEffect, qname = "a:lum"),
child(variant = TintEffect, qname = "a:tint")
)
)]
pub blip_choice: Vec<BlipChoice>,
#[sdk(child(qname = "a:extLst"))]
pub blip_extension_list: Option<crate::schemas::a::BlipExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:clr")]
pub struct ColorType {
#[sdk(
choice(
child(variant = RgbColorModelPercentage, qname = "a:scrgbClr"),
child(variant = RgbColorModelHex, qname = "a:srgbClr"),
child(variant = HslColor, qname = "a:hslClr"),
child(variant = SystemColor, qname = "a:sysClr"),
child(variant = SchemeColor, qname = "a:schemeClr"),
child(variant = PresetColor, qname = "a:prstClr")
)
)]
pub color_type_choice: Option<ColorTypeChoice>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:ext")]
pub struct Model3DExtension {
#[sdk(attr(qname = ":uri"))]
#[sdk(string_format(kind = "token"))]
pub uri: crate::simple_type::StringValue,
#[sdk(
choice(
child(variant = EmbeddedAnimation, qname = "a3danim:embedAnim"),
child(variant = PosterFrame, qname = "a3danim:posterFrame"),
any
)
)]
pub model3_d_extension_choice: Option<Model3DExtensionChoice>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:spPr")]
pub struct ShapeProperties {
#[sdk(attr(qname = ":bwMode"))]
#[sdk(string_format(kind = "token"))]
pub black_white_mode: Option<crate::schemas::a::BlackWhiteModeValues>,
#[sdk(child(qname = "a:xfrm"))]
pub transform2_d: Option<std::boxed::Box<crate::schemas::a::Transform2D>>,
#[sdk(
choice(
child(variant = CustomGeometry, qname = "a:custGeom"),
child(variant = PresetGeometry, qname = "a:prstGeom")
)
)]
pub shape_properties_choice1: Option<ShapePropertiesChoice>,
#[sdk(
choice(
child(variant = NoFill, qname = "a:noFill"),
child(variant = SolidFill, qname = "a:solidFill"),
child(variant = GradientFill, qname = "a:gradFill"),
child(variant = BlipFill, qname = "a:blipFill"),
child(variant = PatternFill, qname = "a:pattFill"),
empty_child(variant = GroupFill, qname = "a:grpFill")
)
)]
pub shape_properties_choice2: Option<ShapePropertiesChoice2>,
#[sdk(child(qname = "a:ln"))]
pub outline: Option<std::boxed::Box<crate::schemas::a::Outline>>,
#[sdk(
choice(
child(variant = EffectList, qname = "a:effectLst"),
child(variant = EffectDag, qname = "a:effectDag")
)
)]
pub shape_properties_choice3: Option<ShapePropertiesChoice3>,
#[sdk(child(qname = "a:scene3d"))]
pub scene3_d_type: Option<std::boxed::Box<crate::schemas::a::Scene3DType>>,
#[sdk(child(qname = "a:sp3d"))]
pub shape3_d_type: Option<std::boxed::Box<crate::schemas::a::Shape3DType>>,
#[sdk(child(qname = "a:extLst"))]
pub shape_properties_extension_list: Option<crate::schemas::a::ShapePropertiesExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:camera")]
pub struct Model3DCamera {
#[sdk(child(qname = "am3d:pos"))]
pub pos_point3_d: std::boxed::Box<PosPoint3D>,
#[sdk(child(qname = "am3d:up"))]
pub up_vector3_d: std::boxed::Box<UpVector3D>,
#[sdk(child(qname = "am3d:lookAt"))]
pub look_at_point3_d: std::boxed::Box<LookAtPoint3D>,
#[sdk(
choice(
child(variant = OrthographicProjection, qname = "am3d:orthographic"),
child(variant = PerspectiveProjection, qname = "am3d:perspective")
)
)]
pub model3_d_camera_choice: Option<Model3DCameraChoice>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:trans")]
pub struct Model3DTransform {
#[sdk(child(qname = "am3d:meterPerModelUnit"))]
pub meter_per_model_unit_positive_ratio: Option<MeterPerModelUnitPositiveRatio>,
#[sdk(child(qname = "am3d:preTrans"))]
pub pre_trans_vector3_d: Option<PreTransVector3D>,
#[sdk(child(qname = "am3d:scale"))]
pub scale3_d: Option<std::boxed::Box<Scale3D>>,
#[sdk(child(qname = "am3d:rot"))]
pub rotate3_d: Option<Rotate3D>,
#[sdk(child(qname = "am3d:postTrans"))]
pub post_trans_vector3_d: Option<PostTransVector3D>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:attrSrcUrl")]
pub struct PictureAttributionSourceUrl {
#[sdk(attr(qname = "r:id"))]
pub r_id: crate::simple_type::StringValue,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:raster")]
pub struct Model3DRaster {
#[sdk(attr(qname = ":rName"))]
pub r_name: crate::simple_type::StringValue,
#[sdk(attr(qname = ":rVer"))]
pub r_ver: crate::simple_type::StringValue,
#[sdk(child(qname = "am3d:blip"))]
pub blip: Option<std::boxed::Box<Blip>>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:extLst")]
pub struct Model3DExtensionList {
#[sdk(child(qname = "am3d:ext"))]
pub model3_d_extension: Vec<Model3DExtension>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:objViewport")]
pub struct ObjectViewport {
#[sdk(attr(qname = ":viewportSz"))]
#[sdk(number_range(range = 0..= 2147483647))]
pub viewport_sz: crate::simple_type::Int64Value,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:winViewport")]
pub struct WindowViewport {
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:ambientLight")]
pub struct AmbientLight {
#[sdk(attr(qname = ":enabled"))]
pub enabled: Option<crate::simple_type::BooleanValue>,
#[sdk(child(qname = "am3d:clr"))]
pub color_type: std::boxed::Box<ColorType>,
#[sdk(child(qname = "am3d:illuminance"))]
pub illuminance_positive_ratio: std::boxed::Box<IlluminancePositiveRatio>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:ptLight")]
pub struct PointLight {
#[sdk(attr(qname = ":enabled"))]
pub enabled: Option<crate::simple_type::BooleanValue>,
#[sdk(attr(qname = ":rad"))]
#[sdk(number_range(range = 0..= 2147483647))]
pub rad: crate::simple_type::Int64Value,
#[sdk(child(qname = "am3d:clr"))]
pub color_type: std::boxed::Box<ColorType>,
#[sdk(child(qname = "am3d:intensity"))]
pub intensity_positive_ratio: std::boxed::Box<IntensityPositiveRatio>,
#[sdk(child(qname = "am3d:pos"))]
pub pos_point3_d: std::boxed::Box<PosPoint3D>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:spotLight")]
pub struct SpotLight {
#[sdk(attr(qname = ":enabled"))]
pub enabled: Option<crate::simple_type::BooleanValue>,
#[sdk(attr(qname = ":rad"))]
#[sdk(number_range(range = 0..= 2147483647))]
pub rad: crate::simple_type::Int64Value,
#[sdk(attr(qname = ":spotAng"))]
#[sdk(number_range(range = 0..= 10800000))]
pub spot_ang: crate::simple_type::Int32Value,
#[sdk(child(qname = "am3d:clr"))]
pub color_type: std::boxed::Box<ColorType>,
#[sdk(child(qname = "am3d:intensity"))]
pub intensity_positive_ratio: std::boxed::Box<IntensityPositiveRatio>,
#[sdk(child(qname = "am3d:pos"))]
pub pos_point3_d: std::boxed::Box<PosPoint3D>,
#[sdk(child(qname = "am3d:lookAt"))]
pub look_at_point3_d: std::boxed::Box<LookAtPoint3D>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "am3d:dirLight")]
pub struct DirectionalLight {
#[sdk(attr(qname = ":enabled"))]
pub enabled: Option<crate::simple_type::BooleanValue>,
#[sdk(attr(qname = ":angularRad"))]
#[sdk(number_range(range = 0..= 5400000))]
pub angular_rad: crate::simple_type::Int32Value,
#[sdk(child(qname = "am3d:clr"))]
pub color_type: std::boxed::Box<ColorType>,
#[sdk(child(qname = "am3d:illuminance"))]
pub illuminance_positive_ratio: std::boxed::Box<IlluminancePositiveRatio>,
#[sdk(child(qname = "am3d:pos"))]
pub pos_point3_d: std::boxed::Box<PosPoint3D>,
#[sdk(child(qname = "am3d:lookAt"))]
pub look_at_point3_d: std::boxed::Box<LookAtPoint3D>,
#[sdk(child(qname = "am3d:extLst"))]
pub office_art_extension_list: Option<OfficeArtExtensionList>,
}
#[derive(Clone, Debug, PartialEq)]
pub enum Model3DChoice {
ObjectViewport(std::boxed::Box<ObjectViewport>),
WindowViewport(std::boxed::Box<WindowViewport>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum Model3DChoice2 {
PointLight(std::boxed::Box<PointLight>),
SpotLight(std::boxed::Box<SpotLight>),
DirectionalLight(std::boxed::Box<DirectionalLight>),
UnknownLight,
}
#[derive(Clone, Debug, PartialEq)]
pub enum BlipChoice {
AlphaBiLevel(std::boxed::Box<crate::schemas::a::AlphaBiLevel>),
AlphaCeiling,
AlphaFloor,
AlphaInverse(std::boxed::Box<crate::schemas::a::AlphaInverse>),
AlphaModulationEffect(std::boxed::Box<crate::schemas::a::AlphaModulationEffect>),
AlphaModulationFixed(std::boxed::Box<crate::schemas::a::AlphaModulationFixed>),
AlphaReplace(std::boxed::Box<crate::schemas::a::AlphaReplace>),
BiLevel(std::boxed::Box<crate::schemas::a::BiLevel>),
Blur(std::boxed::Box<crate::schemas::a::Blur>),
ColorChange(std::boxed::Box<crate::schemas::a::ColorChange>),
ColorReplacement(std::boxed::Box<crate::schemas::a::ColorReplacement>),
Duotone(std::boxed::Box<crate::schemas::a::Duotone>),
FillOverlay(std::boxed::Box<crate::schemas::a::FillOverlay>),
Grayscale,
Hsl(std::boxed::Box<crate::schemas::a::Hsl>),
LuminanceEffect(std::boxed::Box<crate::schemas::a::LuminanceEffect>),
TintEffect(std::boxed::Box<crate::schemas::a::TintEffect>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum ColorTypeChoice {
RgbColorModelPercentage(std::boxed::Box<crate::schemas::a::RgbColorModelPercentage>),
RgbColorModelHex(std::boxed::Box<crate::schemas::a::RgbColorModelHex>),
HslColor(std::boxed::Box<crate::schemas::a::HslColor>),
SystemColor(std::boxed::Box<crate::schemas::a::SystemColor>),
SchemeColor(std::boxed::Box<crate::schemas::a::SchemeColor>),
PresetColor(std::boxed::Box<crate::schemas::a::PresetColor>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum Model3DExtensionChoice {
EmbeddedAnimation(std::boxed::Box<crate::schemas::a3danim::EmbeddedAnimation>),
PosterFrame(std::boxed::Box<crate::schemas::a3danim::PosterFrame>),
XmlAny(std::boxed::Box<[u8]>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice {
CustomGeometry(std::boxed::Box<crate::schemas::a::CustomGeometry>),
PresetGeometry(std::boxed::Box<crate::schemas::a::PresetGeometry>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice2 {
NoFill(std::boxed::Box<crate::schemas::a::NoFill>),
SolidFill(std::boxed::Box<crate::schemas::a::SolidFill>),
GradientFill(std::boxed::Box<crate::schemas::a::GradientFill>),
BlipFill(std::boxed::Box<crate::schemas::a::BlipFill>),
PatternFill(std::boxed::Box<crate::schemas::a::PatternFill>),
GroupFill,
}
#[derive(Clone, Debug, PartialEq)]
pub enum ShapePropertiesChoice3 {
EffectList(std::boxed::Box<crate::schemas::a::EffectList>),
EffectDag(std::boxed::Box<crate::schemas::a::EffectDag>),
}
#[derive(Clone, Debug, PartialEq)]
pub enum Model3DCameraChoice {
OrthographicProjection(std::boxed::Box<OrthographicProjection>),
PerspectiveProjection(std::boxed::Box<PerspectiveProjection>),
}