ooxmlsdk 0.4.1

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

pub const RELATIONSHIP_TYPE: &str =
  "http://schemas.microsoft.com/office/2020/07/relationships/rdRichValueWebImage";
pub const PATH_PREFIX: &str = "richData";
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkPart)]
pub struct RdRichValueWebImagePart {
    #[sdk(part_rid)]
    pub r_id: String,
    #[sdk(part_inner_path)]
    pub inner_path: String,
    #[sdk(part_root)]
    pub root_element: crate::schemas::schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage::WebImagesSupportingRichData,
}