Struct windows::UI::Text::ITextSelection
pub struct ITextSelection(/* private fields */);
Implementations§
§impl ITextSelection
impl ITextSelection
pub fn Options(&self) -> Result<SelectionOptions>
pub fn SetOptions(&self, value: SelectionOptions) -> Result<()>
pub fn Type(&self) -> Result<SelectionType>
pub fn EndKey(&self, unit: TextRangeUnit, extend: bool) -> Result<i32>
pub fn HomeKey(&self, unit: TextRangeUnit, extend: bool) -> Result<i32>
pub fn MoveDown( &self, unit: TextRangeUnit, count: i32, extend: bool, ) -> Result<i32>
pub fn MoveLeft( &self, unit: TextRangeUnit, count: i32, extend: bool, ) -> Result<i32>
pub fn MoveRight( &self, unit: TextRangeUnit, count: i32, extend: bool, ) -> Result<i32>
pub fn MoveUp( &self, unit: TextRangeUnit, count: i32, extend: bool, ) -> Result<i32>
pub fn TypeText(&self, value: &HSTRING) -> Result<()>
pub fn Character(&self) -> Result<u16>
pub fn SetCharacter(&self, value: u16) -> Result<()>
pub fn CharacterFormat(&self) -> Result<ITextCharacterFormat>
pub fn SetCharacterFormat<P0>(&self, value: P0) -> Result<()>where
P0: Param<ITextCharacterFormat>,
pub fn FormattedText(&self) -> Result<ITextRange>
pub fn SetFormattedText<P0>(&self, value: P0) -> Result<()>where
P0: Param<ITextRange>,
pub fn EndPosition(&self) -> Result<i32>
pub fn SetEndPosition(&self, value: i32) -> Result<()>
pub fn Gravity(&self) -> Result<RangeGravity>
pub fn SetGravity(&self, value: RangeGravity) -> Result<()>
pub fn Length(&self) -> Result<i32>
pub fn Link(&self) -> Result<HSTRING>
pub fn SetLink(&self, value: &HSTRING) -> Result<()>
pub fn ParagraphFormat(&self) -> Result<ITextParagraphFormat>
pub fn SetParagraphFormat<P0>(&self, value: P0) -> Result<()>where
P0: Param<ITextParagraphFormat>,
pub fn StartPosition(&self) -> Result<i32>
pub fn SetStartPosition(&self, value: i32) -> Result<()>
pub fn StoryLength(&self) -> Result<i32>
pub fn Text(&self) -> Result<HSTRING>
pub fn SetText(&self, value: &HSTRING) -> Result<()>
pub fn CanPaste(&self, format: i32) -> Result<bool>
pub fn ChangeCase(&self, value: LetterCase) -> Result<()>
pub fn Collapse(&self, value: bool) -> Result<()>
pub fn Copy(&self) -> Result<()>
pub fn Cut(&self) -> Result<()>
pub fn Delete(&self, unit: TextRangeUnit, count: i32) -> Result<i32>
pub fn EndOf(&self, unit: TextRangeUnit, extend: bool) -> Result<i32>
pub fn Expand(&self, unit: TextRangeUnit) -> Result<i32>
pub fn FindText( &self, value: &HSTRING, scanlength: i32, options: FindOptions, ) -> Result<i32>
pub fn GetCharacterUtf32(&self, value: &mut u32, offset: i32) -> Result<()>
pub fn GetClone(&self) -> Result<ITextRange>
pub fn GetIndex(&self, unit: TextRangeUnit) -> Result<i32>
pub fn GetPoint( &self, horizontalalign: HorizontalCharacterAlignment, verticalalign: VerticalCharacterAlignment, options: PointOptions, point: &mut Point, ) -> Result<()>
pub fn GetRect( &self, options: PointOptions, rect: &mut Rect, hit: &mut i32, ) -> Result<()>
pub fn GetText( &self, options: TextGetOptions, value: &mut HSTRING, ) -> Result<()>
pub fn GetTextViaStream<P0>(
&self,
options: TextGetOptions,
value: P0,
) -> Result<()>where
P0: Param<IRandomAccessStream>,
pub fn InRange<P0>(&self, range: P0) -> Result<bool>where
P0: Param<ITextRange>,
pub fn InsertImage<P0>(
&self,
width: i32,
height: i32,
ascent: i32,
verticalalign: VerticalCharacterAlignment,
alternatetext: &HSTRING,
value: P0,
) -> Result<()>where
P0: Param<IRandomAccessStream>,
pub fn InStory<P0>(&self, range: P0) -> Result<bool>where
P0: Param<ITextRange>,
pub fn IsEqual<P0>(&self, range: P0) -> Result<bool>where
P0: Param<ITextRange>,
pub fn Move(&self, unit: TextRangeUnit, count: i32) -> Result<i32>
pub fn MoveEnd(&self, unit: TextRangeUnit, count: i32) -> Result<i32>
pub fn MoveStart(&self, unit: TextRangeUnit, count: i32) -> Result<i32>
pub fn Paste(&self, format: i32) -> Result<()>
pub fn ScrollIntoView(&self, value: PointOptions) -> Result<()>
pub fn MatchSelection(&self) -> Result<()>
pub fn SetIndex( &self, unit: TextRangeUnit, index: i32, extend: bool, ) -> Result<()>
pub fn SetPoint( &self, point: Point, options: PointOptions, extend: bool, ) -> Result<()>
pub fn SetRange(&self, startposition: i32, endposition: i32) -> Result<()>
pub fn SetText2(&self, options: TextSetOptions, value: &HSTRING) -> Result<()>
pub fn SetTextViaStream<P0>(
&self,
options: TextSetOptions,
value: P0,
) -> Result<()>where
P0: Param<IRandomAccessStream>,
pub fn StartOf(&self, unit: TextRangeUnit, extend: bool) -> Result<i32>
Methods from Deref<Target = IInspectable>§
pub fn GetRuntimeClassName(&self) -> Result<HSTRING, Error>
pub fn GetRuntimeClassName(&self) -> Result<HSTRING, Error>
Returns the canonical type name for the underlying object.
pub fn GetTrustLevel(&self) -> Result<i32, Error>
pub fn GetTrustLevel(&self) -> Result<i32, Error>
Gets the trust level of the current object.
Trait Implementations§
§impl CanInto<IInspectable> for ITextSelection
impl CanInto<IInspectable> for ITextSelection
§impl CanInto<ITextRange> for ITextSelection
impl CanInto<ITextRange> for ITextSelection
§impl CanInto<IUnknown> for ITextSelection
impl CanInto<IUnknown> for ITextSelection
§impl Clone for ITextSelection
impl Clone for ITextSelection
§fn clone(&self) -> ITextSelection
fn clone(&self) -> ITextSelection
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 more§impl Debug for ITextSelection
impl Debug for ITextSelection
§impl Deref for ITextSelection
impl Deref for ITextSelection
§impl From<&ITextSelection> for &IInspectable
impl From<&ITextSelection> for &IInspectable
§fn from(value: &ITextSelection) -> Self
fn from(value: &ITextSelection) -> Self
Converts to this type from the input type.
§impl From<&ITextSelection> for &IUnknown
impl From<&ITextSelection> for &IUnknown
§fn from(value: &ITextSelection) -> Self
fn from(value: &ITextSelection) -> Self
Converts to this type from the input type.
§impl From<ITextSelection> for IInspectable
impl From<ITextSelection> for IInspectable
§fn from(value: ITextSelection) -> Self
fn from(value: ITextSelection) -> Self
Converts to this type from the input type.
§impl From<ITextSelection> for IUnknown
impl From<ITextSelection> for IUnknown
§fn from(value: ITextSelection) -> Self
fn from(value: ITextSelection) -> Self
Converts to this type from the input type.
§impl Interface for ITextSelection
impl Interface for ITextSelection
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for ITextSelection
impl PartialEq for ITextSelection
§fn eq(&self, other: &ITextSelection) -> bool
fn eq(&self, other: &ITextSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ITextSelection
impl StructuralPartialEq for ITextSelection
Auto Trait Implementations§
impl Freeze for ITextSelection
impl RefUnwindSafe for ITextSelection
impl !Send for ITextSelection
impl !Sync for ITextSelection
impl Unpin for ITextSelection
impl UnwindSafe for ITextSelection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)