public class AppointmentFormattingOptions extends Object
Represents the appointment formatting options.
Constructor and Description |
---|
AppointmentFormattingOptions()
Initializes a new instance of the
AppointmentFormattingOptions class. |
Modifier and Type | Method and Description |
---|---|
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) |
public AppointmentFormattingOptions()
Initializes a new instance of the AppointmentFormattingOptions
class.
public String getDescriptionFormat()
Gets or sets the description format.
Value: The description format.public void setDescriptionFormat(String value)
public String getOrganizerFormat()
Gets or sets the organizer format.
Value: The organizer format.public void setOrganizerFormat(String value)
public String getTimezoneFormat()
Gets or sets the timezone format.
Value: The timezone format.public void setTimezoneFormat(String value)
public String getTitleFormat()
Gets or sets the title format.
Value: The title format.public void setTitleFormat(String value)
public String getLocationFormat()
Gets or sets the where format.
Value: The where format.public void setLocationFormat(String value)
public String getEndDateFormat()
Gets or sets the end date format.
Value: The end date format.public void setEndDateFormat(String value)
public String getStartDateFormat()
Gets or sets the start date format.
Value: The start date format.public void setStartDateFormat(String value)
public String getCssStyles()
Gets or sets the additional css styles for the formatter.
Value: The styles to be injected into resulting html body.public void setCssStyles(String value)
public boolean isTextFormat()
Gets a value indicating whether template has a text format.
Value:true
if template has a text format; otherwise, false
.public static AppointmentFormattingOptions createAsHtml()
Specifies formatting in the html.
AppointmentFormattingOptions
that represents appointment formatting options.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.