pub enum VerticalAnchor {
Top,
Middle,
Bottom,
}Expand description
单元格垂直对齐方式(<a:tcPr anchor="...">)。
对应 python-pptx MSO_ANCHOR 枚举。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VerticalAnchor
impl Clone for VerticalAnchor
Source§fn clone(&self) -> VerticalAnchor
fn clone(&self) -> VerticalAnchor
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 VerticalAnchor
impl Debug for VerticalAnchor
Source§impl Default for VerticalAnchor
impl Default for VerticalAnchor
Source§fn default() -> VerticalAnchor
fn default() -> VerticalAnchor
Returns the “default value” for a type. Read more
Source§impl PartialEq for VerticalAnchor
impl PartialEq for VerticalAnchor
Source§fn eq(&self, other: &VerticalAnchor) -> bool
fn eq(&self, other: &VerticalAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerticalAnchor
Auto Trait Implementations§
impl Freeze for VerticalAnchor
impl RefUnwindSafe for VerticalAnchor
impl Send for VerticalAnchor
impl Sync for VerticalAnchor
impl Unpin for VerticalAnchor
impl UnsafeUnpin for VerticalAnchor
impl UnwindSafe for VerticalAnchor
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