Source
Overview
Source is a class in Aspose.Words FOSS for .NET.
Represents an individual source, such as a book, journal article, or interview.
This class provides 1 method for working with Source objects in .NET programs.
Available methods include: Source.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: AbbreviatedCaseNumber, AlbumTitle, BookTitle, BroadcastTitle, Broadcaster, CaseNumber, and 47 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Lcid | string | Read/Write | Gets or sets the locale ID of a source. |
Contributors | ContributorCollection | Read | Gets contributors list (author, editor, writer etc) of a source. |
SourceType | SourceType | Read/Write | Gets or sets the source type of a source. |
AbbreviatedCaseNumber | string | Read/Write | Gets or sets the abbreviated case number of a source. |
AlbumTitle | string | Read/Write | Gets or sets the album title of a source. |
BookTitle | string | Read/Write | Gets or sets the book title of a source. |
Broadcaster | string | Read/Write | Gets or sets the broadcaster of a source. |
BroadcastTitle | string | Read/Write | Gets or sets the broadcast title of a source. |
CaseNumber | string | Read/Write | Gets or sets the case number of a source. |
ChapterNumber | string | Read/Write | Gets or sets the chapter number of a source. |
City | string | Read/Write | Gets or sets the city of a source. |
Comments | string | Read/Write | Gets or sets the comments of a source. |
ConferenceName | string | Read/Write | Gets or sets the conference or proceedings name of a source. |
CountryOrRegion | string | Read/Write | Gets or sets the country or region of a source. |
Court | string | Read/Write | Gets or sets the court of a source. |
Day | string | Read/Write | Gets or sets the day of a source. |
DayAccessed | string | Read/Write | Gets or sets the day accessed of a source. |
Department | string | Read/Write | Gets or sets the department of a source. |
Distributor | string | Read/Write | Gets or sets the distributor of a source. |
Edition | string | Read/Write | Gets or sets the editor of a source. |
Guid | string | Read/Write | Gets or sets the guid of a source. |
Institution | string | Read/Write | Gets or sets the institution of a source. |
InternetSiteTitle | string | Read/Write | Gets or sets the internet site title of a source. |
Issue | string | Read/Write | Gets or sets the issue of a source. |
JournalName | string | Read/Write | Gets or sets the journal name of a source. |
Medium | string | Read/Write | Gets or sets the medium of a source. |
Month | string | Read/Write | Gets or sets the month of a source. |
MonthAccessed | string | Read/Write | Gets or sets the month accessed of a source. |
NumberVolumes | string | Read/Write | Gets or sets the number of volumes of a source. |
Pages | string | Read/Write | Gets or sets the pages of a source. |
PatentNumber | string | Read/Write | Gets or sets the patent number of a source. |
PeriodicalTitle | string | Read/Write | Gets or sets the periodical title of a source. |
ProductionCompany | string | Read/Write | Gets or sets the production company of a source. |
PublicationTitle | string | Read/Write | Gets or sets the publication title of a source. |
Publisher | string | Read/Write | Gets or sets the publisher of a source. |
RecordingNumber | string | Read/Write | Gets or sets the recording number of a source. |
RefOrder | string | Read/Write | Gets or sets the reference order of a source. |
Reporter | string | Read/Write | Gets or sets the reporter of a source. |
ShortTitle | string | Read/Write | Gets or sets the short title of a source. |
StandardNumber | string | Read/Write | Gets or sets the standard number of a source. |
StateOrProvince | string | Read/Write | Gets or sets the state or province of a source. |
Station | string | Read/Write | Gets or sets the station of a source. |
Tag | string | Read/Write | Gets or sets the identifying tag name of a source. |
Theater | string | Read/Write | Gets or sets the theater of a source. |
ThesisType | string | Read/Write | Gets or sets the thesis type of a source. |
Title | string | Read/Write | Gets or sets the title of a source. |
Type | string | Read/Write | Gets or sets the type of a source. |
Url | string | Read/Write | Gets or sets the url of a source. |
Version | string | Read/Write | Gets or sets the version of a source. |
Volume | string | Read/Write | Gets or sets the volume of a source. |
Year | string | Read/Write | Gets or sets the year of a source. |
YearAccessed | string | Read/Write | Gets or sets the year accessed of a source. |
Doi | string | Read/Write | Gets or sets the digital object identifier. |
Methods
| Signature | Description |
|---|---|
Source(tag: string, sourceType: SourceType) | Initialize a new instance of the Source class. |