pub trait IHeaderFooter2_Impl: Sized + IHeaderFooter_Impl {
    // Required methods
    fn Setfont(&self, v: &BSTR) -> Result<()>;
    fn font(&self) -> Result<BSTR>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§