ooxmlsdk 0.4.1

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

/// Defines the List Class.
///
/// Available in Office2013 and above.
///
/// When the object is serialized out as xml, it's qualified name is x12ac:list.
pub type List = crate::simple_type::StringValue;