pub struct CT_TextBodyProperties {
pub left_inset: Option<Coordinate32Value>,
pub top_inset: Option<Coordinate32Value>,
pub right_inset: Option<Coordinate32Value>,
pub bottom_inset: Option<Coordinate32Value>,
pub anchor: Option<TextAnchor>,
pub wrap: Option<TextWrap>,
pub vertical: Option<TextVertical>,
pub space_first_last_paragraph: Option<bool>,
pub autofit: Option<TextAutofit>,
/* private fields */
}Expand description
Insets, anchoring, wrapping, vertical direction, and autofit on a:bodyPr.
Fields§
§left_inset: Option<Coordinate32Value>§top_inset: Option<Coordinate32Value>§right_inset: Option<Coordinate32Value>§bottom_inset: Option<Coordinate32Value>§anchor: Option<TextAnchor>§wrap: Option<TextWrap>§vertical: Option<TextVertical>§space_first_last_paragraph: Option<bool>§autofit: Option<TextAutofit>Implementations§
Trait Implementations§
Source§impl Clone for CT_TextBodyProperties
impl Clone for CT_TextBodyProperties
Source§fn clone(&self) -> CT_TextBodyProperties
fn clone(&self) -> CT_TextBodyProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CT_TextBodyProperties
impl Debug for CT_TextBodyProperties
Source§impl Default for CT_TextBodyProperties
impl Default for CT_TextBodyProperties
Source§fn default() -> CT_TextBodyProperties
fn default() -> CT_TextBodyProperties
Returns the “default value” for a type. Read more
impl Eq for CT_TextBodyProperties
Source§impl PartialEq for CT_TextBodyProperties
impl PartialEq for CT_TextBodyProperties
impl StructuralPartialEq for CT_TextBodyProperties
Auto Trait Implementations§
impl Freeze for CT_TextBodyProperties
impl RefUnwindSafe for CT_TextBodyProperties
impl Send for CT_TextBodyProperties
impl Sync for CT_TextBodyProperties
impl Unpin for CT_TextBodyProperties
impl UnsafeUnpin for CT_TextBodyProperties
impl UnwindSafe for CT_TextBodyProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more