ooxmlsdk 0.9.0

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

/// Defines the CompatibilityShape Class.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "com14:compatSp")]
pub struct CompatibilityShape {
  /// spid
  #[sdk(attr(qname = ":spid"))]
  #[sdk(string_format(kind = "token"))]
  pub shape_id: crate::simple_type::StringValue,
}