com.aspose.words
Interface IBibliographyStylesProvider


public interface IBibliographyStylesProvider 

Implement this interface to provide bibliography style for the FieldBibliography and FieldCitation fields when they're updated.

Method Summary
abstract System.IO.StreamgetStyle(java.lang.String styleFileName)
           Returns bibliography style.
 

Method Detail

getStyle

public abstract System.IO.Stream getStyle(java.lang.String styleFileName)
                             throws java.lang.Exception
Returns bibliography style. The implementation should return null to indicate that the MS Word version of specified style should be used.
Parameters:
styleFileName - The bibliography style file name.
Returns:
The System.IO.Stream with bibliography style XSLT stylesheet.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.