Source Members
Include Protected Members
Include Inherited Members
Represents an individual source, such as a book, journal article, or interview.
The Source type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified source. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Cited | Returns a Boolean that represents whether a source has been cited in a document. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Integer. | |
Field | Returns a String that represents the value of a field in a bibliography source. Read-only. | |
Parent | Returns an Object that represents the parent object of the specified Source object. | |
Tag | Returns a String that represents an internal identifying label for a source. Read-only. | |
XML | Returns a String that represents the XML markup for a Source object. Read-only. |
Top