pub trait ISpPhoneticAlphabetSelection_Impl: Sized {
    // Required methods
    fn IsAlphabetUPS(&self) -> Result<BOOL>;
    fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>;
}

Required Methods§

fn IsAlphabetUPS(&self) -> Result<BOOL>

fn SetAlphabetToUPS(&self, fforceups: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§