GetStyle

IBibliographyStylesProvider.GetStyle method

Returns bibliography style.

public Stream GetStyle(string styleFileName)
ParameterTypeDescription
styleFileNameStringThe bibliography style file name.

Return Value

The Stream with bibliography style XSLT stylesheet.

Remarks

The implementation should return null to indicate that the MS Word version of specified style should be used.

See Also