public class OutlineMask extends Object
Represents four elements of a mask which defines an outline code format.
Constructor and Description |
---|
OutlineMask() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the maximum length (in characters) of the outline code values.
|
int |
getLevel()
Returns the level of a mask.
|
String |
getSeparator()
Returns the separator of code values.
|
int |
getType()
Returns 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 int getLength()
Returns the maximum length (in characters) of the outline code values. 0 if length is not defined.
Read/write int
.
public void setLength(int value)
Sets the maximum length (in characters) of the outline code values. 0 if length is not defined.
Read/write int
.
value
- the maximum length (in characters) of the outline code values.public int getLevel()
Returns the level of a mask.
Read/write int
.
public void setLevel(int value)
Sets the level of a mask.
Read/write int
.
value
- mask level.public String getSeparator()
Returns the separator of code values.
Read/write String
.
public void setSeparator(String value)
Sets the separator of code values.
Read/write String
.
value
- code values separator.public int getType()
Returns the type of a mask.
Read/write MaskType
.
public void setType(int value)
Sets the type of a mask.
Read/write MaskType
.
value
- mask type.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.