pub enum EditingExtend {
ActivePage,
ActiveLine,
ActiveField,
QualifiedArea,
All,
}
Expand description
Valid parameter values to the function SEE
.
Variants§
ActivePage
The shifted part is limited to the active page in the presentation component.
ActiveLine
The shifted part is limited to the active line in the presentation component.
ActiveField
The shifted part is limited to the active field in the presentation component.
QualifiedArea
The shifted part is limited to the active qualified area.
All
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 copy 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 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 PartialEq<EditingExtend> for EditingExtend
impl PartialEq<EditingExtend> for EditingExtend
source§fn eq(&self, other: &EditingExtend) -> bool
fn eq(&self, other: &EditingExtend) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.