pub struct EmbeddedObjectProperties { /* private fields */ }Implementations§
Source§impl EmbeddedObjectProperties
impl EmbeddedObjectProperties
pub fn get_prog_id(&self) -> &str
pub fn set_prog_id<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_shape_id(&self) -> &u32
pub fn set_shape_id(&mut self, value: u32) -> &mut Self
pub fn get_image(&self) -> &MediaObject
pub fn get_image_mut(&mut self) -> &mut MediaObject
pub fn set_image(&mut self, value: MediaObject)
pub fn get_default_size(&self) -> &bool
pub fn set_default_size(&mut self, value: bool) -> &mut Self
pub fn get_auto_pict(&self) -> &bool
pub fn set_auto_pict(&mut self, value: bool) -> &mut Self
pub fn get_object_anchor(&self) -> &ObjectAnchor
pub fn get_object_anchor_mut(&mut self) -> &mut ObjectAnchor
pub fn set_object_anchor(&mut self, value: ObjectAnchor) -> &mut Self
Trait Implementations§
Source§impl Clone for EmbeddedObjectProperties
impl Clone for EmbeddedObjectProperties
Source§fn clone(&self) -> EmbeddedObjectProperties
fn clone(&self) -> EmbeddedObjectProperties
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 EmbeddedObjectProperties
impl Debug for EmbeddedObjectProperties
Source§impl Default for EmbeddedObjectProperties
impl Default for EmbeddedObjectProperties
Source§fn default() -> EmbeddedObjectProperties
fn default() -> EmbeddedObjectProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmbeddedObjectProperties
impl RefUnwindSafe for EmbeddedObjectProperties
impl Send for EmbeddedObjectProperties
impl Sync for EmbeddedObjectProperties
impl Unpin for EmbeddedObjectProperties
impl UnwindSafe for EmbeddedObjectProperties
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