public class OutlineMask extends Object
Represents four elements of a mask which defines an outline code format.
Constructor and Description |
---|
OutlineMask()
Initializes a new instance of the
OutlineMask class. |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Gets the maximum length (in characters) of the outline code values.
|
int |
getLevel()
Gets the level of a mask.
|
String |
getSeparator()
Gets the separator of code values.
|
int |
getType()
Gets the type of a mask.
|
void |
setLength(int value)
Sets the maximum length (in characters) of the outline code values.
|
void |
setLevel(int value)
Sets the level of a mask.
|
void |
setSeparator(String value)
Sets the separator of code values.
|
void |
setType(int value)
Sets the type of a mask.
|
public OutlineMask()
Initializes a new instance of the OutlineMask
class.
public final int getLength()
Gets the maximum length (in characters) of the outline code values. 0 if length is not defined.
public final void setLength(int value)
Sets the maximum length (in characters) of the outline code values. 0 if length is not defined.
value
- the maximum length (in characters) of the outline code values.public final int getLevel()
Gets the level of a mask.
public final void setLevel(int value)
Sets the level of a mask.
value
- the level of a mask.public final String getSeparator()
Gets the separator of code values.
public final void setSeparator(String value)
Sets the separator of code values.
value
- the separator of code values.public final int getType()
Gets the type of a mask.
public final void setType(int value)
Sets the type of a mask.
value
- the type of a mask.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.