Trait windows::Win32::Storage::Xps::IXpsOMFontResource_Impl

pub trait IXpsOMFontResource_Impl: Sized + IXpsOMResource_Impl {
    // Required methods
    fn GetStream(&self) -> Result<IStream>;
    fn SetContent(
        &self,
        sourcestream: Option<&IStream>,
        embeddingoption: XPS_FONT_EMBEDDING,
        partname: Option<&IOpcPartUri>,
    ) -> Result<()>;
    fn GetEmbeddingOption(&self) -> Result<XPS_FONT_EMBEDDING>;
}

Required Methods§

fn GetStream(&self) -> Result<IStream>

fn SetContent( &self, sourcestream: Option<&IStream>, embeddingoption: XPS_FONT_EMBEDDING, partname: Option<&IOpcPartUri>, ) -> Result<()>

fn GetEmbeddingOption(&self) -> Result<XPS_FONT_EMBEDDING>

Object Safety§

This trait is not object safe.

Implementors§