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

NameTypeAccessDescription
LcidstringRead/WriteGets or sets the locale ID of a source.
ContributorsContributorCollectionReadGets contributors list (author, editor, writer etc) of a source.
SourceTypeSourceTypeRead/WriteGets or sets the source type of a source.
AbbreviatedCaseNumberstringRead/WriteGets or sets the abbreviated case number of a source.
AlbumTitlestringRead/WriteGets or sets the album title of a source.
BookTitlestringRead/WriteGets or sets the book title of a source.
BroadcasterstringRead/WriteGets or sets the broadcaster of a source.
BroadcastTitlestringRead/WriteGets or sets the broadcast title of a source.
CaseNumberstringRead/WriteGets or sets the case number of a source.
ChapterNumberstringRead/WriteGets or sets the chapter number of a source.
CitystringRead/WriteGets or sets the city of a source.
CommentsstringRead/WriteGets or sets the comments of a source.
ConferenceNamestringRead/WriteGets or sets the conference or proceedings name of a source.
CountryOrRegionstringRead/WriteGets or sets the country or region of a source.
CourtstringRead/WriteGets or sets the court of a source.
DaystringRead/WriteGets or sets the day of a source.
DayAccessedstringRead/WriteGets or sets the day accessed of a source.
DepartmentstringRead/WriteGets or sets the department of a source.
DistributorstringRead/WriteGets or sets the distributor of a source.
EditionstringRead/WriteGets or sets the editor of a source.
GuidstringRead/WriteGets or sets the guid of a source.
InstitutionstringRead/WriteGets or sets the institution of a source.
InternetSiteTitlestringRead/WriteGets or sets the internet site title of a source.
IssuestringRead/WriteGets or sets the issue of a source.
JournalNamestringRead/WriteGets or sets the journal name of a source.
MediumstringRead/WriteGets or sets the medium of a source.
MonthstringRead/WriteGets or sets the month of a source.
MonthAccessedstringRead/WriteGets or sets the month accessed of a source.
NumberVolumesstringRead/WriteGets or sets the number of volumes of a source.
PagesstringRead/WriteGets or sets the pages of a source.
PatentNumberstringRead/WriteGets or sets the patent number of a source.
PeriodicalTitlestringRead/WriteGets or sets the periodical title of a source.
ProductionCompanystringRead/WriteGets or sets the production company of a source.
PublicationTitlestringRead/WriteGets or sets the publication title of a source.
PublisherstringRead/WriteGets or sets the publisher of a source.
RecordingNumberstringRead/WriteGets or sets the recording number of a source.
RefOrderstringRead/WriteGets or sets the reference order of a source.
ReporterstringRead/WriteGets or sets the reporter of a source.
ShortTitlestringRead/WriteGets or sets the short title of a source.
StandardNumberstringRead/WriteGets or sets the standard number of a source.
StateOrProvincestringRead/WriteGets or sets the state or province of a source.
StationstringRead/WriteGets or sets the station of a source.
TagstringRead/WriteGets or sets the identifying tag name of a source.
TheaterstringRead/WriteGets or sets the theater of a source.
ThesisTypestringRead/WriteGets or sets the thesis type of a source.
TitlestringRead/WriteGets or sets the title of a source.
TypestringRead/WriteGets or sets the type of a source.
UrlstringRead/WriteGets or sets the url of a source.
VersionstringRead/WriteGets or sets the version of a source.
VolumestringRead/WriteGets or sets the volume of a source.
YearstringRead/WriteGets or sets the year of a source.
YearAccessedstringRead/WriteGets or sets the year accessed of a source.
DoistringRead/WriteGets or sets the digital object identifier.

Methods

SignatureDescription
Source(tag: string, sourceType: SourceType)Initialize a new instance of the Source class.

See Also