com.lowagie.text.pdf.fonts.cmaps
public class CodespaceRange extends Object
Since: 2.1.4
Version: $Revision: 3646 $
| Field Summary | |
|---|---|
| byte[] | end |
| byte[] | start |
| Constructor Summary | |
|---|---|
| CodespaceRange()
Creates a new instance of CodespaceRange. | |
| Method Summary | |
|---|---|
| byte[] | getEnd() Getter for property end. |
| byte[] | getStart() Getter for property start. |
| void | setEnd(byte[] endBytes) Setter for property end. |
| void | setStart(byte[] startBytes) Setter for property start. |
Returns: Value of property end.
Returns: Value of property start.
Parameters: endBytes New value of property end.
Parameters: startBytes New value of property start.