ooxmlsdk 0.5.1

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.
// -----------------------------------------------------------------------------
//

pub const RELATIONSHIP_TYPE: &str =
  "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail";
pub const PATH_PREFIX: &str = "docProps";
pub const CONTENT_TYPE: &str = "";
pub const TARGET_NAME: &str = "thumbnail";
pub const EXTENSION: &str = ".bin";
#[derive(Clone, Debug, Eq, PartialEq, ooxmlsdk_derive::SdkPart)]
pub struct ThumbnailPart {
  pub(crate) relationship_id: Option<String>,
  pub(crate) id: crate::common::PartId,
}