Trait windows::Win32::Web::InternetExplorer::IHeaderFooter_Impl

pub trait IHeaderFooter_Impl: Sized + IDispatch_Impl {
Show 22 methods // Required methods fn htmlHead(&self) -> Result<BSTR>; fn htmlFoot(&self) -> Result<BSTR>; fn SettextHead(&self, v: &BSTR) -> Result<()>; fn textHead(&self) -> Result<BSTR>; fn SettextFoot(&self, v: &BSTR) -> Result<()>; fn textFoot(&self) -> Result<BSTR>; fn Setpage(&self, v: u32) -> Result<()>; fn page(&self) -> Result<u32>; fn SetpageTotal(&self, v: u32) -> Result<()>; fn pageTotal(&self) -> Result<u32>; fn SetURL(&self, v: &BSTR) -> Result<()>; fn URL(&self) -> Result<BSTR>; fn Settitle(&self, v: &BSTR) -> Result<()>; fn title(&self) -> Result<BSTR>; fn SetdateShort(&self, v: &BSTR) -> Result<()>; fn dateShort(&self) -> Result<BSTR>; fn SetdateLong(&self, v: &BSTR) -> Result<()>; fn dateLong(&self) -> Result<BSTR>; fn SettimeShort(&self, v: &BSTR) -> Result<()>; fn timeShort(&self) -> Result<BSTR>; fn SettimeLong(&self, v: &BSTR) -> Result<()>; fn timeLong(&self) -> Result<BSTR>;
}

Required Methods§

fn htmlHead(&self) -> Result<BSTR>

fn htmlFoot(&self) -> Result<BSTR>

fn SettextHead(&self, v: &BSTR) -> Result<()>

fn textHead(&self) -> Result<BSTR>

fn SettextFoot(&self, v: &BSTR) -> Result<()>

fn textFoot(&self) -> Result<BSTR>

fn Setpage(&self, v: u32) -> Result<()>

fn page(&self) -> Result<u32>

fn SetpageTotal(&self, v: u32) -> Result<()>

fn pageTotal(&self) -> Result<u32>

fn SetURL(&self, v: &BSTR) -> Result<()>

fn URL(&self) -> Result<BSTR>

fn Settitle(&self, v: &BSTR) -> Result<()>

fn title(&self) -> Result<BSTR>

fn SetdateShort(&self, v: &BSTR) -> Result<()>

fn dateShort(&self) -> Result<BSTR>

fn SetdateLong(&self, v: &BSTR) -> Result<()>

fn dateLong(&self) -> Result<BSTR>

fn SettimeShort(&self, v: &BSTR) -> Result<()>

fn timeShort(&self) -> Result<BSTR>

fn SettimeLong(&self, v: &BSTR) -> Result<()>

fn timeLong(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§