Aspose::Words::Bibliography::Source class

Source class

Represents an individual source, such as a book, journal article, or interview.

class Source : public System::Object

Methods

MethodDescription
get_AbbreviatedCaseNumber() constGets the abbreviated case number of a source.
get_AlbumTitle() constGets the album title of a source.
get_BookTitle() constGets the book title of a source.
get_Broadcaster() constGets the broadcaster of a source.
get_BroadcastTitle() constGets the broadcast title of a source.
get_CaseNumber() constGets the case number of a source.
get_ChapterNumber() constGets the chapter number of a source.
get_City() constGets the city of a source.
get_Comments() constGets the comments of a source.
get_ConferenceName() constGets the conference or proceedings name of a source.
get_Contributors() constGets contributors list (author, editor, writer etc) of a source.
get_CountryOrRegion() constGets the country or region of a source.
get_Court() constGets the court of a source.
get_Day() constGets the day of a source.
get_DayAccessed() constGets the day accessed of a source.
get_Department() constGets the department of a source.
get_Distributor() constGets the distributor of a source.
get_Doi() constGets the digital object identifier.
get_Edition() constGets the editor of a source.
get_Guid() constGets the guid of a source.
get_Institution() constGets the institution of a source.
get_InternetSiteTitle() constGets the internet site title of a source.
get_Issue() constGets the issue of a source.
get_JournalName() constGets the journal name of a source.
get_Lcid() constGets the locale ID of a source.
get_Medium() constGets the medium of a source.
get_Month() constGets the month of a source.
get_MonthAccessed() constGets the month accessed of a source.
get_NumberVolumes() constGets the number of volumes of a source.
get_Pages() constGets the pages of a source.
get_PatentNumber() constGets the patent number of a source.
get_PeriodicalTitle() constGets the periodical title of a source.
get_ProductionCompany() constGets the production company of a source.
get_PublicationTitle() constGets the publication title of a source.
get_Publisher() constGets the publisher of a source.
get_RecordingNumber() constGets the recording number of a source.
get_RefOrder() constGets the reference order of a source.
get_Reporter() constGets the reporter of a source.
get_ShortTitle() constGets the short title of a source.
get_SourceType() constGets the source type of a source.
get_StandardNumber() constGets the standard number of a source.
get_StateOrProvince() constGets the state or province of a source.
get_Station() constGets the station of a source.
get_Tag() constGets the identifying tag name of a source.
get_Theater() constGets the theater of a source.
get_ThesisType() constGets the thesis type of a source.
get_Title() constGets the title of a source.
get_Type() constGets the type of a source.
get_Url() constGets the url of a source.
get_Version() constGets the version of a source.
get_Volume() constGets the volume of a source.
get_Year() constGets the year of a source.
get_YearAccessed() constGets the year accessed of a source.
GetType() const override
Is(const System::TypeInfo&) const override
set_AbbreviatedCaseNumber(const System::String&)Sets the abbreviated case number of a source.
set_AlbumTitle(const System::String&)Sets the album title of a source.
set_BookTitle(const System::String&)Sets the book title of a source.
set_Broadcaster(const System::String&)Sets the broadcaster of a source.
set_BroadcastTitle(const System::String&)Sets the broadcast title of a source.
set_CaseNumber(const System::String&)Sets the case number of a source.
set_ChapterNumber(const System::String&)Sets the chapter number of a source.
set_City(const System::String&)Sets the city of a source.
set_Comments(const System::String&)Sets the comments of a source.
set_ConferenceName(const System::String&)Sets the conference or proceedings name of a source.
set_CountryOrRegion(const System::String&)Sets the country or region of a source.
set_Court(const System::String&)Sets the court of a source.
set_Day(const System::String&)Sets the day of a source.
set_DayAccessed(const System::String&)Sets the day accessed of a source.
set_Department(const System::String&)Sets the department of a source.
set_Distributor(const System::String&)Sets the distributor of a source.
set_Doi(const System::String&)Sets the digital object identifier.
set_Edition(const System::String&)Sets the editor of a source.
set_Guid(const System::String&)Sets the guid of a source.
set_Institution(const System::String&)Sets the institution of a source.
set_InternetSiteTitle(const System::String&)Sets the internet site title of a source.
set_Issue(const System::String&)Sets the issue of a source.
set_JournalName(const System::String&)Sets the journal name of a source.
set_Lcid(const System::String&)Sets the locale ID of a source.
set_Medium(const System::String&)Sets the medium of a source.
set_Month(const System::String&)Sets the month of a source.
set_MonthAccessed(const System::String&)Sets the month accessed of a source.
set_NumberVolumes(const System::String&)Sets the number of volumes of a source.
set_Pages(const System::String&)Sets the pages of a source.
set_PatentNumber(const System::String&)Sets the patent number of a source.
set_PeriodicalTitle(const System::String&)Sets the periodical title of a source.
set_ProductionCompany(const System::String&)Sets the production company of a source.
set_PublicationTitle(const System::String&)Sets the publication title of a source.
set_Publisher(const System::String&)Sets the publisher of a source.
set_RecordingNumber(const System::String&)Sets the recording number of a source.
set_RefOrder(const System::String&)Sets the reference order of a source.
set_Reporter(const System::String&)Sets the reporter of a source.
set_ShortTitle(const System::String&)Sets the short title of a source.
set_SourceType(Aspose::Words::Bibliography::SourceType)Sets the source type of a source.
set_StandardNumber(const System::String&)Sets the standard number of a source.
set_StateOrProvince(const System::String&)Sets the state or province of a source.
set_Station(const System::String&)Sets the station of a source.
set_Tag(const System::String&)Sets the identifying tag name of a source.
set_Theater(const System::String&)Sets the theater of a source.
set_ThesisType(const System::String&)Sets the thesis type of a source.
set_Title(const System::String&)Sets the title of a source.
set_Type(const System::String&)Sets the type of a source.
set_Url(const System::String&)Sets the url of a source.
set_Version(const System::String&)Sets the version of a source.
set_Volume(const System::String&)Sets the volume of a source.
set_Year(const System::String&)Sets the year of a source.
set_YearAccessed(const System::String&)Sets the year accessed of a source.
Source(const System::String&, Aspose::Words::Bibliography::SourceType)Initialize a new instance of the Source class.
static Type()

See Also