com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SectionHeader



  • public class SectionHeader
    extends Object

    Represents the heading for the section

    • Constructor Detail

      • SectionHeader

        public SectionHeader(int type,
                     String value)

        Initialaze new instans of SectionHeader.

        Parameters:
        type -
        value -
    • Method Detail

      • getType

        public final int getType()

        Type of header.

      • setType

        public final void setType(int value)

        Type of header.

      • getValue

        public final String getValue()

        Header's value.

      • setValue

        public final void setValue(String value)

        Header's value.