#[repr(C)]
pub struct ITextParagraphFormat_Vtbl {
Show 49 fields pub base__: IInspectable_Vtbl, pub Alignment: unsafe extern "system" fn(_: *mut c_void, _: *mut ParagraphAlignment) -> HRESULT, pub SetAlignment: unsafe extern "system" fn(_: *mut c_void, _: ParagraphAlignment) -> HRESULT, pub FirstLineIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub KeepTogether: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetKeepTogether: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub KeepWithNext: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetKeepWithNext: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub LeftIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub LineSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub LineSpacingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut LineSpacingRule) -> HRESULT, pub ListAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerAlignment) -> HRESULT, pub SetListAlignment: unsafe extern "system" fn(_: *mut c_void, _: MarkerAlignment) -> HRESULT, pub ListLevelIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetListLevelIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub ListStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetListStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub ListStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerStyle) -> HRESULT, pub SetListStyle: unsafe extern "system" fn(_: *mut c_void, _: MarkerStyle) -> HRESULT, pub ListTab: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetListTab: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub ListType: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerType) -> HRESULT, pub SetListType: unsafe extern "system" fn(_: *mut c_void, _: MarkerType) -> HRESULT, pub NoLineNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetNoLineNumber: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub PageBreakBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetPageBreakBefore: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub RightIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetRightIndent: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub RightToLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetRightToLeft: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub Style: unsafe extern "system" fn(_: *mut c_void, _: *mut ParagraphStyle) -> HRESULT, pub SetStyle: unsafe extern "system" fn(_: *mut c_void, _: ParagraphStyle) -> HRESULT, pub SpaceAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetSpaceAfter: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub SpaceBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetSpaceBefore: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub WidowControl: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT, pub SetWidowControl: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT, pub TabCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub AddTab: unsafe extern "system" fn(_: *mut c_void, _: f32, _: TabAlignment, _: TabLeader) -> HRESULT, pub ClearAllTabs: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub DeleteTab: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub GetClone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetTab: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut f32, _: *mut TabAlignment, _: *mut TabLeader) -> HRESULT, pub IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT, pub SetClone: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SetIndents: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT, pub SetLineSpacing: unsafe extern "system" fn(_: *mut c_void, _: LineSpacingRule, _: f32) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Alignment: unsafe extern "system" fn(_: *mut c_void, _: *mut ParagraphAlignment) -> HRESULT§SetAlignment: unsafe extern "system" fn(_: *mut c_void, _: ParagraphAlignment) -> HRESULT§FirstLineIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§KeepTogether: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetKeepTogether: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§KeepWithNext: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetKeepWithNext: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§LeftIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§LineSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§LineSpacingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut LineSpacingRule) -> HRESULT§ListAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerAlignment) -> HRESULT§SetListAlignment: unsafe extern "system" fn(_: *mut c_void, _: MarkerAlignment) -> HRESULT§ListLevelIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetListLevelIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ListStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetListStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ListStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerStyle) -> HRESULT§SetListStyle: unsafe extern "system" fn(_: *mut c_void, _: MarkerStyle) -> HRESULT§ListTab: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetListTab: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§ListType: unsafe extern "system" fn(_: *mut c_void, _: *mut MarkerType) -> HRESULT§SetListType: unsafe extern "system" fn(_: *mut c_void, _: MarkerType) -> HRESULT§NoLineNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetNoLineNumber: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§PageBreakBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetPageBreakBefore: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§RightIndent: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetRightIndent: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§RightToLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetRightToLeft: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§Style: unsafe extern "system" fn(_: *mut c_void, _: *mut ParagraphStyle) -> HRESULT§SetStyle: unsafe extern "system" fn(_: *mut c_void, _: ParagraphStyle) -> HRESULT§SpaceAfter: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetSpaceAfter: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§SpaceBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetSpaceBefore: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§WidowControl: unsafe extern "system" fn(_: *mut c_void, _: *mut FormatEffect) -> HRESULT§SetWidowControl: unsafe extern "system" fn(_: *mut c_void, _: FormatEffect) -> HRESULT§TabCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§AddTab: unsafe extern "system" fn(_: *mut c_void, _: f32, _: TabAlignment, _: TabLeader) -> HRESULT§ClearAllTabs: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DeleteTab: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§GetClone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetTab: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut f32, _: *mut TabAlignment, _: *mut TabLeader) -> HRESULT§IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT§SetClone: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetIndents: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT§SetLineSpacing: unsafe extern "system" fn(_: *mut c_void, _: LineSpacingRule, _: f32) -> HRESULT

Implementations§

§

impl ITextParagraphFormat_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ITextParagraphFormat_Impl, const OFFSET: isize>( ) -> ITextParagraphFormat_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.