Struct docx_rust::formatting::TextSpacing
source · pub struct TextSpacing {
pub value: Option<isize>,
}
Expand description
Positive or Negative Value in Twentieths of a Point
Fields§
§value: Option<isize>
Trait Implementations§
source§impl Clone for TextSpacing
impl Clone for TextSpacing
source§fn clone(&self) -> TextSpacing
fn clone(&self) -> TextSpacing
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 TextSpacing
impl Debug for TextSpacing
source§impl Default for TextSpacing
impl Default for TextSpacing
source§fn default() -> TextSpacing
fn default() -> TextSpacing
Returns the “default value” for a type. Read more