Represents the heading for the section More...
Inherits Object.
Public Member Functions | |
| SectionHeaderType | get_Type () const |
| Type of header. More... | |
| void | set_Type (SectionHeaderType value) |
| Type of header. More... | |
| System::String | get_Value () const |
| Header's value. More... | |
| void | set_Value (System::String value) |
| Header's value. More... | |
| SectionHeader (SectionHeaderType type, System::String value) | |
| Initialaze new instans of SectionHeader. More... | |
Represents the heading for the section
| Aspose::Email::Amp::SectionHeader::SectionHeader | ( | SectionHeaderType | type, |
| System::String | value | ||
| ) |
Initialaze new instans of SectionHeader.
| type | |
| value |
| SectionHeaderType Aspose::Email::Amp::SectionHeader::get_Type | ( | ) | const |
Type of header.
| System::String Aspose::Email::Amp::SectionHeader::get_Value | ( | ) | const |
Header's value.
| void Aspose::Email::Amp::SectionHeader::set_Type | ( | SectionHeaderType | value | ) |
Type of header.
| void Aspose::Email::Amp::SectionHeader::set_Value | ( | System::String | value | ) |
Header's value.