ooxmlsdk 0.10.2

OOXML SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// -----------------------------------------------------------------------------
//  THIS FILE WAS @generated AUTOMATICALLY. DO NOT MODIFY THIS FILE MANUALLY.
// -----------------------------------------------------------------------------
//

/// Defines the ImageFormula Class.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "aif:imageFormula")]
pub struct ImageFormula {
  /// formula
  #[sdk(attr(qname = ":formula"))]
  pub formula: Option<crate::simple_type::StringValue>,
}