Struct RichEditTextRange
pub struct RichEditTextRange(/* private fields */);
Implementations§
§impl RichEditTextRange
impl RichEditTextRange
pub fn ContentLinkInfo(&self) -> Result<ContentLinkInfo>
pub fn SetContentLinkInfo<P0>(&self, value: P0) -> Result<()>where
P0: Param<ContentLinkInfo>,
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<P1>(
&self,
options: TextGetOptions,
value: P1,
) -> Result<()>where
P1: Param<IRandomAccessStream>,
pub fn InRange<P0>(&self, range: P0) -> Result<bool>where
P0: Param<ITextRange>,
pub fn InsertImage<P5>(
&self,
width: i32,
height: i32,
ascent: i32,
verticalalign: VerticalCharacterAlignment,
alternatetext: &HSTRING,
value: P5,
) -> Result<()>where
P5: 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<P1>(
&self,
options: TextSetOptions,
value: P1,
) -> Result<()>where
P1: Param<IRandomAccessStream>,
pub fn StartOf(&self, unit: TextRangeUnit, extend: bool) -> Result<i32>
Trait Implementations§
§impl CanInto<IInspectable> for RichEditTextRange
impl CanInto<IInspectable> for RichEditTextRange
§impl CanInto<ITextRange> for RichEditTextRange
impl CanInto<ITextRange> for RichEditTextRange
§impl CanInto<IUnknown> for RichEditTextRange
impl CanInto<IUnknown> for RichEditTextRange
§impl Clone for RichEditTextRange
impl Clone for RichEditTextRange
§fn clone(&self) -> RichEditTextRange
fn clone(&self) -> RichEditTextRange
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 RichEditTextRange
impl Debug for RichEditTextRange
§impl From<&RichEditTextRange> for &IInspectable
impl From<&RichEditTextRange> for &IInspectable
§fn from(value: &RichEditTextRange) -> Self
fn from(value: &RichEditTextRange) -> Self
Converts to this type from the input type.
§impl From<&RichEditTextRange> for &ITextRange
impl From<&RichEditTextRange> for &ITextRange
§fn from(value: &RichEditTextRange) -> Self
fn from(value: &RichEditTextRange) -> Self
Converts to this type from the input type.
§impl From<&RichEditTextRange> for &IUnknown
impl From<&RichEditTextRange> for &IUnknown
§fn from(value: &RichEditTextRange) -> Self
fn from(value: &RichEditTextRange) -> Self
Converts to this type from the input type.
§impl From<RichEditTextRange> for IInspectable
impl From<RichEditTextRange> for IInspectable
§fn from(value: RichEditTextRange) -> Self
fn from(value: RichEditTextRange) -> Self
Converts to this type from the input type.
§impl From<RichEditTextRange> for ITextRange
impl From<RichEditTextRange> for ITextRange
§fn from(value: RichEditTextRange) -> Self
fn from(value: RichEditTextRange) -> Self
Converts to this type from the input type.
§impl From<RichEditTextRange> for IUnknown
impl From<RichEditTextRange> for IUnknown
§fn from(value: RichEditTextRange) -> Self
fn from(value: RichEditTextRange) -> Self
Converts to this type from the input type.
§impl Interface for RichEditTextRange
impl Interface for RichEditTextRange
§const IID: GUID = <ITextRange as windows_core::Interface>::IID
const IID: GUID = <ITextRange as windows_core::Interface>::IID
The
GUID
associated with the interface.§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.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§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 RichEditTextRange
impl PartialEq for RichEditTextRange
impl Eq for RichEditTextRange
impl Send for RichEditTextRange
impl StructuralPartialEq for RichEditTextRange
impl Sync for RichEditTextRange
Auto Trait Implementations§
impl Freeze for RichEditTextRange
impl RefUnwindSafe for RichEditTextRange
impl Unpin for RichEditTextRange
impl UnwindSafe for RichEditTextRange
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