org.pdfclown.documents.contents
Class TextChar
java.lang.Object
org.pdfclown.documents.contents.TextChar
public final class TextChar
- extends Object
Text character.
It describes a text element extracted from content streams.
- Since:
- 0.0.8
- Version:
- 0.1.0
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
TextChar
public TextChar(char value,
Rectangle2D box,
TextStyle style,
boolean virtual)
getBox
public Rectangle2D getBox()
getStyle
public TextStyle getStyle()
getValue
public char getValue()
isVirtual
public boolean isVirtual()
toString
public String toString()
- Overrides:
toString
in class Object
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.