OfficeIMO

API Reference

Class

WordBibliographySource

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a bibliographic source within a Word document.

Inheritance

  • Object
  • WordBibliographySource

Constructors

public WordBibliographySource(String tag, DataSourceValues type) #

Initializes a new source with the given tag and type.

Parameters

tag System.String requiredposition: 0
type DocumentFormat.OpenXml.Bibliography.DataSourceValues requiredposition: 1

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.