com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SectionValue



  • public class SectionValue
    extends Object

    Represents the content of the section.

    • Constructor Detail

      • SectionValue

        public SectionValue(Object data)

        Creates instance of SectionValue.

        Parameters:
        data -
    • Method Detail

      • getData

        public final Object getData()

        Section data.

      • setData

        public final void setData(Object value)

        Section data.

      • toAmpHtml

        public final String toAmpHtml()

        AmpHtml representation of section value.

        Returns:
      • toHtml

        public final String toHtml()

        Html representation of section value.

        Returns: