com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Section



  • public class Section
    extends Object

    Element of AmpAccordion.

    • Constructor Detail

      • Section

        public Section()
    • Method Detail

      • getExpanded

        public final boolean getExpanded()

        Displays the section as expanded on page load.

      • setExpanded

        public final void setExpanded(boolean value)

        Displays the section as expanded on page load.

      • getHeader

        public final SectionHeader getHeader()

        Represents the heading for the section.

      • setHeader

        public final void setHeader(SectionHeader value)

        Represents the heading for the section.

      • getValue

        public final SectionValue getValue()

        Represents the content of the section.

      • setValue

        public final void setValue(SectionValue value)

        Represents the content of the section.

      • toAmpHtml

        public final String toAmpHtml()

        AmpHtml representation of section value.

        Returns:
      • toHtml

        public final String toHtml()

        Html representation of section.

        Returns: