Aspose.Tasks for C++
Aspose::Tasks::OutlineMask Class Reference

Represents four elements of a mask which defines an outline code format. More...

#include <OutlineMask.h>

Inherits System::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...
 

Detailed Description

Represents four elements of a mask which defines an outline code format.

Constructor & Destructor Documentation

◆ OutlineMask()

Aspose::Tasks::OutlineMask::OutlineMask ( )

Initializes a new instance of the OutlineMask class.

Member Function Documentation

◆ get_Length()

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.

◆ get_Level()

int32_t Aspose::Tasks::OutlineMask::get_Level ( ) const

Gets the level of a mask.

◆ get_Separator()

System::String Aspose::Tasks::OutlineMask::get_Separator ( ) const

Gets the separator of code values.

◆ get_Type()

MaskType Aspose::Tasks::OutlineMask::get_Type ( ) const

Gets the type of a mask.

◆ set_Length()

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.

◆ set_Level()

void Aspose::Tasks::OutlineMask::set_Level ( int32_t  value)

Sets the level of a mask.

◆ set_Separator()

void Aspose::Tasks::OutlineMask::set_Separator ( const System::String &  value)

Sets the separator of code values.

◆ set_Type()

void Aspose::Tasks::OutlineMask::set_Type ( MaskType  value)

Sets the type of a mask.