Aspose::Words::Bibliography::Person class
Contents
[
Hide
]Person class
Represents individual (a person) bibliography source contributor.
class Person : public System::Object
Methods
Method | Description |
---|---|
Equals(System::SharedPtr<System::Object>) override | |
Equals(const System::SharedPtr<Aspose::Words::Bibliography::Person>&) | |
get_First() const | Gets the first name of a person. |
get_Last() const | Gets the last name of a person. |
get_Middle() const | Gets the middle name of a person. |
GetHashCode() const override | |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
Person(const System::String&, const System::String&, const System::String&) | Initialize a new instance of the Person class. |
set_First(const System::String&) | Sets the first name of a person. |
set_Last(const System::String&) | Sets the last name of a person. |
set_Middle(const System::String&) | Sets the middle name of a person. |
static Type() |
See Also
- Namespace Aspose::Words::Bibliography
- Library Aspose.Words for C++