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