Enum docx_rust::document::RelativeFrom
source · pub enum RelativeFrom {
Column,
Paragraph,
Row,
}
Expand description
Specifies the break type of a break
The default value is TextWrapping.
Variants§
Column
Text restarts on the next column.
Paragraph
Text restarts on the next page.
Row
Text restarts on the next line.
Trait Implementations§
source§impl Clone for RelativeFrom
impl Clone for RelativeFrom
source§fn clone(&self) -> RelativeFrom
fn clone(&self) -> RelativeFrom
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 more