Word.Interfaces.BibliographyData interface
An interface describing the data returned by calling bibliography.toJSON().
Properties
| bibliography |
Specifies the name of the active style to use for the bibliography. |
| sources | Returns a |
Property Details
bibliographyStyle
Specifies the name of the active style to use for the bibliography.
bibliographyStyle?: string;
Property Value
string
Remarks
sources
Returns a SourceCollection object that represents all the sources contained in the bibliography.
sources?: Word.Interfaces.SourceData[];