Bibliography Interface

Definition

Represents the list of sources available attached to the document (in the current list) or the list of sources available in the application (in the master list).

public interface class Bibliography
[System.Runtime.InteropServices.Guid("3834F60F-EE8C-455D-A441-D766675D6D3B")]
public interface Bibliography
type Bibliography = interface
Public Interface Bibliography
Attributes

Remarks

Biblographies are composed of sources. Also see the Source object and the Sources collection. For more information, see Working with Building Blocks

Properties

Application

Returns an _Application object that represents the Microsoft Word application.

BibliographyStyle

Returns or sets the name of the active style to use for a bibliography. Read/write.

Creator

Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only.

Parent

Returns the parent object of the specified Bibliography object.

Sources

Returns a Sources collection that represents all the sources contained in a bibliography. Read-only.

Methods

GenerateUniqueTag()

Generates a unique identification tag for a bibliography source and returns the tag.

Applies to