API Reference
Class
WordBibliographySource
Represents a bibliographic source within a Word document.
Inheritance
- Object
- WordBibliographySource
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordDocument.BibliographySources
Constructors
public WordBibliographySource(String tag, DataSourceValues type) #Initializes a new source with the given tag and type.
Parameters
- tag System.String
- type DocumentFormat.OpenXml.Bibliography.DataSourceValues
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Tag { get; set; } #Gets or sets the tag used to reference the source in citation fields.
public DataSourceValues SourceType { get; set; } #Gets or sets the type of the source.
public String Title { get; set; } #Gets or sets the title of the source.
public String Author { get; set; } #Gets or sets the corporate author of the source.
public String Year { get; set; } #Gets or sets the publication year of the source.