pub enum EditingExtend {
ActivePage = 0,
ActiveLine = 1,
ActiveField = 2,
QualifiedArea = 3,
All = 4,
}Expand description
Valid parameter values to the function SEE.
Variants§
ActivePage = 0
The shifted part is limited to the active page in the presentation component.
ActiveLine = 1
The shifted part is limited to the active line in the presentation component.
ActiveField = 2
The shifted part is limited to the active field in the presentation component.
QualifiedArea = 3
The shifted part is limited to the active qualified area.
All = 4
The shifted part consists of the relevant part of the entire presentation component.
Trait Implementations§
Source§impl Clone for EditingExtend
impl Clone for EditingExtend
Source§fn clone(&self) -> EditingExtend
fn clone(&self) -> EditingExtend
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 EditingExtend
impl Debug for EditingExtend
Source§impl Default for EditingExtend
impl Default for EditingExtend
Source§fn default() -> EditingExtend
fn default() -> EditingExtend
Returns the “default value” for a type. Read more
Source§impl FromStr for EditingExtend
impl FromStr for EditingExtend
Source§impl PartialEq for EditingExtend
impl PartialEq for EditingExtend
impl Copy for EditingExtend
impl Eq for EditingExtend
impl StructuralPartialEq for EditingExtend
Auto Trait Implementations§
impl Freeze for EditingExtend
impl RefUnwindSafe for EditingExtend
impl Send for EditingExtend
impl Sync for EditingExtend
impl Unpin for EditingExtend
impl UnwindSafe for EditingExtend
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