ooxmlsdk 0.7.0

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

/// Defines the PictureAttributionSourceURL Class.
#[derive(Clone, Debug, Default, PartialEq, ooxmlsdk_derive::SdkType)]
#[sdk(
  office2019,
  qname = "a1611:CT_PictureAttributionSourceURL/a1611:picAttrSrcUrl"
)]
pub struct PictureAttributionSourceUrl {
  /// id
  #[sdk(attr(office2019, qname = "r:id"))]
  pub r_id: crate::simple_type::StringValue,
}