|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.AppointmentFormattingOptions
public class AppointmentFormattingOptions
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 |
---|
public AppointmentFormattingOptions()
Initializes a new instance of the AppointmentFormattingOptions
class.
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |