Struct docx_rust::formatting::ConditionalTableProperty
source · pub struct ConditionalTableProperty<'a> {
pub condition: ConditionType,
pub paragraph: Option<ParagraphProperty<'a>>,
pub character: Option<CharacterProperty<'a>>,
pub table: Option<TableProperty<'a>>,
pub table_row: Option<TableRowProperty>,
pub table_cell: Option<TableCellProperty>,
}
Fields§
§condition: ConditionType
§paragraph: Option<ParagraphProperty<'a>>
Specifies a set of paragraph properties
character: Option<CharacterProperty<'a>>
Specifies a set of character properties
table: Option<TableProperty<'a>>
§table_row: Option<TableRowProperty>
§table_cell: Option<TableCellProperty>
Trait Implementations§
source§impl<'a> Clone for ConditionalTableProperty<'a>
impl<'a> Clone for ConditionalTableProperty<'a>
source§fn clone(&self) -> ConditionalTableProperty<'a>
fn clone(&self) -> ConditionalTableProperty<'a>
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<'a> Debug for ConditionalTableProperty<'a>
impl<'a> Debug for ConditionalTableProperty<'a>
source§impl<'a> Default for ConditionalTableProperty<'a>
impl<'a> Default for ConditionalTableProperty<'a>
source§fn default() -> ConditionalTableProperty<'a>
fn default() -> ConditionalTableProperty<'a>
Returns the “default value” for a type. Read more