com.aspose.email
Class AppointmentFormattingOptions

java.lang.Object
  extended by com.aspose.email.AppointmentFormattingOptions

public class AppointmentFormattingOptions
extends Object

Represents the appointment formatting options.


Constructor Summary
AppointmentFormattingOptions()
           Initializes a new instance of the AppointmentFormattingOptions class.
 
Method Summary
static AppointmentFormattingOptions createAsHtml()
           Specifies formatting in the html.
 String getCssStyles()
           Gets or sets the additional css styles for the formatter.
 String getDescriptionFormat()
           Gets or sets the description format.
 String getEndDateFormat()
           Gets or sets the end date format.
 String getLocationFormat()
           Gets or sets the where format.
 String getOrganizerFormat()
           Gets or sets the organizer format.
 String getStartDateFormat()
           Gets or sets the start date format.
 String getTimezoneFormat()
           Gets or sets the timezone format.
 String getTitleFormat()
           Gets or sets the title format.
 boolean isTextFormat()
           Gets a value indicating whether template has a text format.
 void setCssStyles(String value)
           
 void setDescriptionFormat(String value)
           
 void setEndDateFormat(String value)
           
 void setLocationFormat(String value)
           
 void setOrganizerFormat(String value)
           
 void setStartDateFormat(String value)
           
 void setTimezoneFormat(String value)
           
 void setTitleFormat(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 String getDescriptionFormat()

Gets or sets the description format.

Value: The description format.


setDescriptionFormat

public void setDescriptionFormat(String value)

getOrganizerFormat

public String getOrganizerFormat()

Gets or sets the organizer format.

Value: The organizer format.


setOrganizerFormat

public void setOrganizerFormat(String value)

getTimezoneFormat

public String getTimezoneFormat()

Gets or sets the timezone format.

Value: The timezone format.


setTimezoneFormat

public void setTimezoneFormat(String value)

getTitleFormat

public String getTitleFormat()

Gets or sets the title format.

Value: The title format.


setTitleFormat

public void setTitleFormat(String value)

getLocationFormat

public String getLocationFormat()

Gets or sets the where format.

Value: The where format.


setLocationFormat

public void setLocationFormat(String value)

getEndDateFormat

public String getEndDateFormat()

Gets or sets the end date format.

Value: The end date format.


setEndDateFormat

public void setEndDateFormat(String value)

getStartDateFormat

public String getStartDateFormat()

Gets or sets the start date format.

Value: The start date format.


setStartDateFormat

public void setStartDateFormat(String value)

getCssStyles

public String getCssStyles()

Gets or sets the additional css styles for the formatter.

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


setCssStyles

public void setCssStyles(String value)

isTextFormat

public boolean isTextFormat()

Gets a value indicating whether template has a text format.

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


createAsHtml

public static AppointmentFormattingOptions createAsHtml()

Specifies formatting in the html.

Returns:
AppointmentFormattingOptions that represents appointment formatting options.


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.