Represents the content of the section. More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< System::Object > | get_Data () const |
| Section data. More... | |
| void | set_Data (System::SharedPtr< System::Object > value) |
| Section data. More... | |
| SectionValue (System::SharedPtr< System::Object > data) | |
| Creates instance of SectionValue. More... | |
| System::String | ToAmpHtml () |
| AmpHtml representation of section value. More... | |
| System::String | ToHtml () |
| Html representation of section value. More... | |
Represents the content of the section.
| Aspose::Email::Amp::SectionValue::SectionValue | ( | System::SharedPtr< System::Object > | data | ) |
Creates instance of SectionValue.
| data |
| System::SharedPtr<System::Object> Aspose::Email::Amp::SectionValue::get_Data | ( | ) | const |
Section data.
| void Aspose::Email::Amp::SectionValue::set_Data | ( | System::SharedPtr< System::Object > | value | ) |
Section data.
| System::String Aspose::Email::Amp::SectionValue::ToAmpHtml | ( | ) |
AmpHtml representation of section value.
| System::String Aspose::Email::Amp::SectionValue::ToHtml | ( | ) |
Html representation of section value.