pub struct TextParagraphPropertiesType { /* private fields */ }Implementations§
Source§impl TextParagraphPropertiesType
impl TextParagraphPropertiesType
pub fn get_right_to_left(&self) -> &bool
pub fn set_right_to_left(&mut self, value: bool) -> &mut Self
pub fn get_alignment(&self) -> &TextAlignmentTypeValues
pub fn set_alignment(&mut self, value: TextAlignmentTypeValues) -> &mut Self
pub fn get_font_alignment(&self) -> &TextFontAlignmentValues
pub fn set_font_alignment( &mut self, value: TextFontAlignmentValues, ) -> &mut Self
pub fn get_space_before(&self) -> Option<&SpaceBefore>
pub fn get_space_before_mut(&mut self) -> Option<&mut SpaceBefore>
pub fn set_space_before(&mut self, value: SpaceBefore) -> &mut Self
pub fn get_space_after(&self) -> Option<&SpaceAfter>
pub fn get_space_after_mut(&mut self) -> Option<&mut SpaceAfter>
pub fn set_space_after(&mut self, value: SpaceAfter) -> &mut Self
pub fn get_default_run_properties(&self) -> Option<&RunProperties>
pub fn get_default_run_properties_mut(&mut self) -> Option<&mut RunProperties>
pub fn set_default_run_properties(&mut self, value: RunProperties) -> &mut Self
Trait Implementations§
Source§impl Clone for TextParagraphPropertiesType
impl Clone for TextParagraphPropertiesType
Source§fn clone(&self) -> TextParagraphPropertiesType
fn clone(&self) -> TextParagraphPropertiesType
Returns a duplicate 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 TextParagraphPropertiesType
impl Debug for TextParagraphPropertiesType
Source§impl Default for TextParagraphPropertiesType
impl Default for TextParagraphPropertiesType
Source§fn default() -> TextParagraphPropertiesType
fn default() -> TextParagraphPropertiesType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextParagraphPropertiesType
impl RefUnwindSafe for TextParagraphPropertiesType
impl Send for TextParagraphPropertiesType
impl Sync for TextParagraphPropertiesType
impl Unpin for TextParagraphPropertiesType
impl UnwindSafe for TextParagraphPropertiesType
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