pub struct PpParagraphAlignment;Expand description
Specifies the text alignment
Implementations§
Source§impl PpParagraphAlignment
impl PpParagraphAlignment
pub const CENTER: BaseXmlEnum
pub const DISTRIBUTE: BaseXmlEnum
pub const JUSTIFY: BaseXmlEnum
pub const LEFT: BaseXmlEnum
pub const RIGHT: BaseXmlEnum
Auto Trait Implementations§
impl Freeze for PpParagraphAlignment
impl RefUnwindSafe for PpParagraphAlignment
impl Send for PpParagraphAlignment
impl Sync for PpParagraphAlignment
impl Unpin for PpParagraphAlignment
impl UnwindSafe for PpParagraphAlignment
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