Aspose::Email::Amp::Section Class Reference

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< SectionHeaderget_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< SectionValueget_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 ()
 

Detailed Description

Element of AmpAccordion.

Constructor & Destructor Documentation

◆ Section()

Aspose::Email::Amp::Section::Section ( )

Member Function Documentation

◆ get_Expanded()

bool Aspose::Email::Amp::Section::get_Expanded ( ) const

Displays the section as expanded on page load.

◆ get_Header()

System::SharedPtr<SectionHeader> Aspose::Email::Amp::Section::get_Header ( ) const

Represents the heading for the section.

◆ get_Value()

System::SharedPtr<SectionValue> Aspose::Email::Amp::Section::get_Value ( ) const

Represents the content of the section.

◆ set_Expanded()

void Aspose::Email::Amp::Section::set_Expanded ( bool  value)

Displays the section as expanded on page load.

◆ set_Header()

void Aspose::Email::Amp::Section::set_Header ( System::SharedPtr< SectionHeader value)

Represents the heading for the section.

◆ set_Value()

void Aspose::Email::Amp::Section::set_Value ( System::SharedPtr< SectionValue value)

Represents the content of the section.

◆ ToAmpHtml()

System::String Aspose::Email::Amp::Section::ToAmpHtml ( )

AmpHtml representation of section value.

Returns

◆ ToHtml()

System::String Aspose::Email::Amp::Section::ToHtml ( )

Html representation of section.

Returns