pub struct ITextDocument2(/* private fields */);
Implementations§
§impl ITextDocument2
impl ITextDocument2
pub unsafe fn GetCaretType(&self) -> Result<i32>
pub unsafe fn SetCaretType(&self, value: i32) -> Result<()>
pub unsafe fn GetDisplays(&self) -> Result<ITextDisplays>
pub unsafe fn GetDocumentFont(&self) -> Result<ITextFont2>
pub unsafe fn SetDocumentFont<P0>(&self, pfont: P0) -> Result<()>where
P0: Param<ITextFont2>,
pub unsafe fn GetDocumentPara(&self) -> Result<ITextPara2>
pub unsafe fn SetDocumentPara<P0>(&self, ppara: P0) -> Result<()>where
P0: Param<ITextPara2>,
pub unsafe fn GetEastAsianFlags(&self) -> Result<tomConstants>
pub unsafe fn GetGenerator(&self) -> Result<BSTR>
pub unsafe fn SetIMEInProgress(&self, value: i32) -> Result<()>
pub unsafe fn GetNotificationMode(&self) -> Result<i32>
pub unsafe fn SetNotificationMode(&self, value: i32) -> Result<()>
pub unsafe fn GetSelection2(&self) -> Result<ITextSelection2>
pub unsafe fn GetStoryRanges2(&self) -> Result<ITextStoryRanges2>
pub unsafe fn GetTypographyOptions(&self) -> Result<i32>
pub unsafe fn GetVersion(&self) -> Result<i32>
pub unsafe fn GetWindow(&self) -> Result<i64>
pub unsafe fn AttachMsgFilter<P0>(&self, pfilter: P0) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn CheckTextLimit(&self, cch: i32, pcch: *const i32) -> Result<()>
pub unsafe fn GetCallManager(&self) -> Result<IUnknown>
pub unsafe fn GetClientRect( &self, type: tomConstants, pleft: *mut i32, ptop: *mut i32, pright: *mut i32, pbottom: *mut i32, ) -> Result<()>
pub unsafe fn GetEffectColor(&self, index: i32) -> Result<i32>
pub unsafe fn GetImmContext(&self) -> Result<i64>
pub unsafe fn GetPreferredFont( &self, cp: i32, charrep: i32, options: i32, curcharrep: i32, curfontsize: i32, pbstr: *mut BSTR, ppitchandfamily: *mut i32, pnewfontsize: *mut i32, ) -> Result<()>
pub unsafe fn GetProperty(&self, type: i32) -> Result<i32>
pub unsafe fn GetStrings(&self) -> Result<ITextStrings>
pub unsafe fn Notify(&self, notify: i32) -> Result<()>
pub unsafe fn Range2(&self, cpactive: i32, cpanchor: i32) -> Result<ITextRange2>
pub unsafe fn RangeFromPoint2( &self, x: i32, y: i32, type: i32, ) -> Result<ITextRange2>
pub unsafe fn ReleaseCallManager<P0>(&self, pvoid: P0) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn ReleaseImmContext(&self, context: i64) -> Result<()>
pub unsafe fn SetEffectColor(&self, index: i32, value: i32) -> Result<()>
pub unsafe fn SetProperty(&self, type: i32, value: i32) -> Result<()>
pub unsafe fn SetTypographyOptions(&self, options: i32, mask: i32) -> Result<()>
pub unsafe fn SysBeep(&self) -> Result<()>
pub unsafe fn Update(&self, value: i32) -> Result<()>
pub unsafe fn UpdateWindow(&self) -> Result<()>
pub unsafe fn GetMathProperties(&self) -> Result<i32>
pub unsafe fn SetMathProperties(&self, options: i32, mask: i32) -> Result<()>
pub unsafe fn GetActiveStory(&self) -> Result<ITextStory>
pub unsafe fn SetActiveStory<P0>(&self, pstory: P0) -> Result<()>where
P0: Param<ITextStory>,
pub unsafe fn GetMainStory(&self) -> Result<ITextStory>
pub unsafe fn GetNewStory(&self) -> Result<ITextStory>
pub unsafe fn GetStory(&self, index: i32) -> Result<ITextStory>
Methods from Deref<Target = ITextDocument>§
pub unsafe fn GetName(&self) -> Result<BSTR>
pub unsafe fn GetSelection(&self) -> Result<ITextSelection>
pub unsafe fn GetStoryCount(&self) -> Result<i32>
pub unsafe fn GetStoryRanges(&self) -> Result<ITextStoryRanges>
pub unsafe fn GetSaved(&self) -> Result<i32>
pub unsafe fn SetSaved(&self, value: tomConstants) -> Result<()>
pub unsafe fn GetDefaultTabStop(&self) -> Result<f32>
pub unsafe fn SetDefaultTabStop(&self, value: f32) -> Result<()>
pub unsafe fn New(&self) -> Result<()>
pub unsafe fn Open( &self, pvar: *const VARIANT, flags: tomConstants, codepage: i32, ) -> Result<()>
pub unsafe fn Save( &self, pvar: *const VARIANT, flags: tomConstants, codepage: i32, ) -> Result<()>
pub unsafe fn Freeze(&self) -> Result<i32>
pub unsafe fn Unfreeze(&self) -> Result<i32>
pub unsafe fn BeginEditCollection(&self) -> Result<()>
pub unsafe fn EndEditCollection(&self) -> Result<()>
pub unsafe fn Undo(&self, count: i32) -> Result<i32>
pub unsafe fn Redo(&self, count: i32) -> Result<i32>
pub unsafe fn Range(&self, cpactive: i32, cpanchor: i32) -> Result<ITextRange>
pub unsafe fn RangeFromPoint(&self, x: i32, y: i32) -> Result<ITextRange>
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames( &self, riid: *const GUID, rgsznames: *const PCWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<()>
pub unsafe fn Invoke( &self, dispidmember: i32, riid: *const GUID, lcid: u32, wflags: DISPATCH_FLAGS, pdispparams: *const DISPPARAMS, pvarresult: Option<*mut VARIANT>, pexcepinfo: Option<*mut EXCEPINFO>, puargerr: Option<*mut u32>, ) -> Result<()>
Trait Implementations§
§impl CanInto<ITextDocument> for ITextDocument2
impl CanInto<ITextDocument> for ITextDocument2
§impl CanInto<IUnknown> for ITextDocument2
impl CanInto<IUnknown> for ITextDocument2
§impl Clone for ITextDocument2
impl Clone for ITextDocument2
§fn clone(&self) -> ITextDocument2
fn clone(&self) -> ITextDocument2
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 ITextDocument2
impl Debug for ITextDocument2
§impl Deref for ITextDocument2
impl Deref for ITextDocument2
§impl From<&ITextDocument2> for &IDispatch
impl From<&ITextDocument2> for &IDispatch
§fn from(value: &ITextDocument2) -> Self
fn from(value: &ITextDocument2) -> Self
Converts to this type from the input type.
§impl From<&ITextDocument2> for &ITextDocument
impl From<&ITextDocument2> for &ITextDocument
§fn from(value: &ITextDocument2) -> Self
fn from(value: &ITextDocument2) -> Self
Converts to this type from the input type.
§impl From<&ITextDocument2> for &IUnknown
impl From<&ITextDocument2> for &IUnknown
§fn from(value: &ITextDocument2) -> Self
fn from(value: &ITextDocument2) -> Self
Converts to this type from the input type.
§impl From<ITextDocument2> for IDispatch
impl From<ITextDocument2> for IDispatch
§fn from(value: ITextDocument2) -> Self
fn from(value: ITextDocument2) -> Self
Converts to this type from the input type.
§impl From<ITextDocument2> for ITextDocument
impl From<ITextDocument2> for ITextDocument
§fn from(value: ITextDocument2) -> Self
fn from(value: ITextDocument2) -> Self
Converts to this type from the input type.
§impl From<ITextDocument2> for IUnknown
impl From<ITextDocument2> for IUnknown
§fn from(value: ITextDocument2) -> Self
fn from(value: ITextDocument2) -> Self
Converts to this type from the input type.
§impl Interface for ITextDocument2
impl Interface for ITextDocument2
§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 ITextDocument2
impl PartialEq for ITextDocument2
§fn eq(&self, other: &ITextDocument2) -> bool
fn eq(&self, other: &ITextDocument2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ITextDocument2
impl StructuralPartialEq for ITextDocument2
Auto Trait Implementations§
impl Freeze for ITextDocument2
impl RefUnwindSafe for ITextDocument2
impl !Send for ITextDocument2
impl !Sync for ITextDocument2
impl Unpin for ITextDocument2
impl UnwindSafe for ITextDocument2
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
)