com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppointmentFormattingOptions



  • public class AppointmentFormattingOptions
    extends Object

    Represents the appointment formatting options.

    • Constructor Detail

      • AppointmentFormattingOptions

        public AppointmentFormattingOptions()

        Initializes a new instance of the AppointmentFormattingOptions class.


        By default, template will be created in the plain text format.
    • Method Detail

      • getDescriptionFormat

        public final String getDescriptionFormat()

        Gets or sets the description format.

        Value: The description format.
      • setDescriptionFormat

        public final void setDescriptionFormat(String value)

        Gets or sets the description format.

        Value: The description format.
      • getOrganizerFormat

        public final String getOrganizerFormat()

        Gets or sets the organizer format.

        Value: The organizer format.
      • setOrganizerFormat

        public final void setOrganizerFormat(String value)

        Gets or sets the organizer format.

        Value: The organizer format.
      • getTimezoneFormat

        public final String getTimezoneFormat()

        Gets or sets the timezone format.

        Value: The timezone format.
      • setTimezoneFormat

        public final void setTimezoneFormat(String value)

        Gets or sets the timezone format.

        Value: The timezone format.
      • getTitleFormat

        public final String getTitleFormat()

        Gets or sets the title format.

        Value: The title format.
      • setTitleFormat

        public final void setTitleFormat(String value)

        Gets or sets the title format.

        Value: The title format.
      • getLocationFormat

        public final String getLocationFormat()

        Gets or sets the where format.

        Value: The where format.
      • setLocationFormat

        public final void setLocationFormat(String value)

        Gets or sets the where format.

        Value: The where format.
      • getEndDateFormat

        public final String getEndDateFormat()

        Gets or sets the end date format.

        Value: The end date format.
      • setEndDateFormat

        public final void setEndDateFormat(String value)

        Gets or sets the end date format.

        Value: The end date format.
      • getStartDateFormat

        public final String getStartDateFormat()

        Gets or sets the start date format.

        Value: The start date format.
      • setStartDateFormat

        public final void setStartDateFormat(String value)

        Gets or sets the start date format.

        Value: The start date format.
      • getCssStyles

        public final String getCssStyles()

        Gets or sets the additional css styles for the formatter.

        Value: The styles to be injected into resulting html body.
      • setCssStyles

        public final void setCssStyles(String value)

        Gets or sets the additional css styles for the formatter.

        Value: The styles to be injected into resulting html body.
      • isTextFormat

        public final boolean isTextFormat()

        Gets a value indicating whether template has a text format.

        Value: true if template has a text format; otherwise, false.