Aspose::Words::Fields::IBibliographyStylesProvider::GetStyle method

IBibliographyStylesProvider::GetStyle method

Returns bibliography style.

virtual System::SharedPtr<System::IO::Stream> Aspose::Words::Fields::IBibliographyStylesProvider::GetStyle(System::String styleFileName)=0
ParameterTypeDescription
styleFileNameSystem::StringThe bibliography style file name.

ReturnValue

The Stream with bibliography style XSLT stylesheet.

See Also