Element of AmpAccordion. More...
Inherits Object.
Public Member Functions | |
| bool | get_Expanded () const |
| Displays the section as expanded on page load. More... | |
| void | set_Expanded (bool value) |
| Displays the section as expanded on page load. More... | |
| System::SharedPtr< SectionHeader > | get_Header () const |
| Represents the heading for the section. More... | |
| void | set_Header (System::SharedPtr< SectionHeader > value) |
| Represents the heading for the section. More... | |
| System::SharedPtr< SectionValue > | get_Value () const |
| Represents the content of the section. More... | |
| void | set_Value (System::SharedPtr< SectionValue > value) |
| Represents the content of the section. More... | |
| System::String | ToAmpHtml () |
| AmpHtml representation of section value. More... | |
| System::String | ToHtml () |
| Html representation of section. More... | |
| Section () | |
Element of AmpAccordion.
| Aspose::Email::Amp::Section::Section | ( | ) |
| bool Aspose::Email::Amp::Section::get_Expanded | ( | ) | const |
Displays the section as expanded on page load.
| System::SharedPtr<SectionHeader> Aspose::Email::Amp::Section::get_Header | ( | ) | const |
Represents the heading for the section.
| System::SharedPtr<SectionValue> Aspose::Email::Amp::Section::get_Value | ( | ) | const |
Represents the content of the section.
| void Aspose::Email::Amp::Section::set_Expanded | ( | bool | value | ) |
Displays the section as expanded on page load.
| void Aspose::Email::Amp::Section::set_Header | ( | System::SharedPtr< SectionHeader > | value | ) |
Represents the heading for the section.
| void Aspose::Email::Amp::Section::set_Value | ( | System::SharedPtr< SectionValue > | value | ) |
Represents the content of the section.
| System::String Aspose::Email::Amp::Section::ToAmpHtml | ( | ) |
AmpHtml representation of section value.
| System::String Aspose::Email::Amp::Section::ToHtml | ( | ) |
Html representation of section.