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