Struct docx_rust::formatting::EastAsianLayout
source · pub struct EastAsianLayout {
pub id: Option<isize>,
pub combine: Option<bool>,
pub combine_brackets: Option<CombineBracketsType>,
pub vert: Option<bool>,
pub vert_compress: Option<bool>,
}
Fields§
§id: Option<isize>
§combine: Option<bool>
§combine_brackets: Option<CombineBracketsType>
§vert: Option<bool>
§vert_compress: Option<bool>
Trait Implementations§
source§impl Clone for EastAsianLayout
impl Clone for EastAsianLayout
source§fn clone(&self) -> EastAsianLayout
fn clone(&self) -> EastAsianLayout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EastAsianLayout
impl Debug for EastAsianLayout
source§impl Default for EastAsianLayout
impl Default for EastAsianLayout
source§fn default() -> EastAsianLayout
fn default() -> EastAsianLayout
Returns the “default value” for a type. Read more