|
Aspose.Tasks for C++
|
Represents four elements of a mask which defines an outline code format. More...
#include <OutlineMask.h>
Inherits Object.
Public Member Functions | |
| int32_t | get_Level () const |
| Gets the level of a mask. More... | |
| void | set_Level (int32_t value) |
| Sets the level of a mask. More... | |
| MaskType | get_Type () const |
| Gets the type of a mask. More... | |
| void | set_Type (MaskType value) |
| Sets the type of a mask. More... | |
| int32_t | get_Length () const |
| Gets the maximum length (in characters) of the outline code values. 0 if length is not defined. More... | |
| void | set_Length (int32_t value) |
| Sets the maximum length (in characters) of the outline code values. 0 if length is not defined. More... | |
| System::String | get_Separator () const |
| Gets the separator of code values. More... | |
| void | set_Separator (const System::String &value) |
| Sets the separator of code values. More... | |
| OutlineMask () | |
| Initializes a new instance of the OutlineMask class. More... | |
Represents four elements of a mask which defines an outline code format.
| Aspose::Tasks::OutlineMask::OutlineMask | ( | ) |
Initializes a new instance of the OutlineMask class.
| int32_t Aspose::Tasks::OutlineMask::get_Length | ( | ) | const |
Gets the maximum length (in characters) of the outline code values. 0 if length is not defined.
| int32_t Aspose::Tasks::OutlineMask::get_Level | ( | ) | const |
Gets the level of a mask.
| System::String Aspose::Tasks::OutlineMask::get_Separator | ( | ) | const |
Gets the separator of code values.
| MaskType Aspose::Tasks::OutlineMask::get_Type | ( | ) | const |
Gets the type of a mask.
| void Aspose::Tasks::OutlineMask::set_Length | ( | int32_t | value | ) |
Sets the maximum length (in characters) of the outline code values. 0 if length is not defined.
| void Aspose::Tasks::OutlineMask::set_Level | ( | int32_t | value | ) |
Sets the level of a mask.
| void Aspose::Tasks::OutlineMask::set_Separator | ( | const System::String & | value | ) |
Sets the separator of code values.
| void Aspose::Tasks::OutlineMask::set_Type | ( | MaskType | value | ) |
Sets the type of a mask.