Represents the appointment formatting options. More...
Inherits Object.
Public Member Functions | |
| System::String | get_DescriptionFormat () |
| Gets the description format. More... | |
| void | set_DescriptionFormat (System::String value) |
| Sets the description format. More... | |
| System::String | get_OrganizerFormat () |
| Gets the organizer format. More... | |
| void | set_OrganizerFormat (System::String value) |
| Sets the organizer format. More... | |
| System::String | get_TimezoneFormat () |
| Gets the timezone format. More... | |
| void | set_TimezoneFormat (System::String value) |
| Sets the timezone format. More... | |
| System::String | get_TitleFormat () |
| Gets the title format. More... | |
| void | set_TitleFormat (System::String value) |
| Sets the title format. More... | |
| System::String | get_LocationFormat () |
| Gets the where format. More... | |
| void | set_LocationFormat (System::String value) |
| Sets the where format. More... | |
| System::String | get_EndDateFormat () |
| Gets the end date format. More... | |
| void | set_EndDateFormat (System::String value) |
| Sets the end date format. More... | |
| System::String | get_StartDateFormat () |
| Gets the start date format. More... | |
| void | set_StartDateFormat (System::String value) |
| Sets the start date format. More... | |
| System::String | get_CssStyles () const |
| Gets the additional css styles for the formatter. More... | |
| void | set_CssStyles (System::String value) |
| Sets the additional css styles for the formatter. More... | |
| bool | get_IsTextFormat () const |
| Gets a value indicating whether template has a text format. More... | |
| AppointmentFormattingOptions () | |
| Initializes a new instance of the AppointmentFormattingOptions class. More... | |
| AppointmentFormattingOptions (bool txtFormat) | |
| Initializes a new instance of the AppointmentFormattingOptions class. More... | |
Static Public Member Functions | |
| static System::SharedPtr< AppointmentFormattingOptions > | CreateAsHtml () |
| Specifies formatting in the html. More... | |
Friends | |
| class | Aspose::Email::Calendar::Appointment |
Represents the appointment formatting options.
| Aspose::Email::Calendar::AppointmentFormattingOptions::AppointmentFormattingOptions | ( | ) |
Initializes a new instance of the AppointmentFormattingOptions class.
By default, template will be created in the plain text format.
| Aspose::Email::Calendar::AppointmentFormattingOptions::AppointmentFormattingOptions | ( | bool | txtFormat | ) |
Initializes a new instance of the AppointmentFormattingOptions class.
| txtFormat | if set to true then template will have a text format. |
|
static |
Specifies formatting in the html.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_CssStyles | ( | ) | const |
Gets the additional css styles for the formatter.
The styles to be injected into resulting html body.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_DescriptionFormat | ( | ) |
Gets the description format.
The description format.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_EndDateFormat | ( | ) |
Gets the end date format.
The end date format.
| bool Aspose::Email::Calendar::AppointmentFormattingOptions::get_IsTextFormat | ( | ) | const |
Gets a value indicating whether template has a text format.
true if template has a text format; otherwise, false.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_LocationFormat | ( | ) |
Gets the where format.
The where format.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_OrganizerFormat | ( | ) |
Gets the organizer format.
The organizer format.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_StartDateFormat | ( | ) |
Gets the start date format.
The start date format.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_TimezoneFormat | ( | ) |
Gets the timezone format.
The timezone format.
| System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_TitleFormat | ( | ) |
Gets the title format.
The title format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_CssStyles | ( | System::String | value | ) |
Sets the additional css styles for the formatter.
The styles to be injected into resulting html body.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_DescriptionFormat | ( | System::String | value | ) |
Sets the description format.
The description format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_EndDateFormat | ( | System::String | value | ) |
Sets the end date format.
The end date format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_LocationFormat | ( | System::String | value | ) |
Sets the where format.
The where format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_OrganizerFormat | ( | System::String | value | ) |
Sets the organizer format.
The organizer format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_StartDateFormat | ( | System::String | value | ) |
Sets the start date format.
The start date format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_TimezoneFormat | ( | System::String | value | ) |
Sets the timezone format.
The timezone format.
| void Aspose::Email::Calendar::AppointmentFormattingOptions::set_TitleFormat | ( | System::String | value | ) |
Sets the title format.
The title format.
|
friend |