Enum docx_rust::formatting::ConditionType
source · pub enum ConditionType {
Show 13 variants
WholeTable,
FirstRow,
LastRow,
FirstCol,
LastCol,
Band1Vert,
Band2Vert,
Band1Horz,
Band2Horz,
NeCell,
NwCell,
SeCell,
SwCell,
}
Variants§
WholeTable
FirstRow
LastRow
FirstCol
LastCol
Band1Vert
Band2Vert
Band1Horz
Band2Horz
NeCell
NwCell
SeCell
SwCell
Trait Implementations§
source§impl Clone for ConditionType
impl Clone for ConditionType
source§fn clone(&self) -> ConditionType
fn clone(&self) -> ConditionType
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 ConditionType
impl Debug for ConditionType
source§impl Default for ConditionType
impl Default for ConditionType
source§fn default() -> ConditionType
fn default() -> ConditionType
Returns the “default value” for a type. Read more