PDF Clown
0.1.2

org.pdfclown.documents.contents
Interface ITextString

All Known Implementing Classes:
ContentScanner.TextStringWrapper

public interface ITextString

Text string interface.

Remarks

Its purpose is to describe a text chunk extracted from content streams.

Since:
0.0.8
Version:
0.1.0
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 Rectangle2D getBox()
          Gets the text string bounds.
 String getText()
          Gets the decoded text.
 List<TextChar> getTextChars()
          Gets the information of each text string character.
 

Method Detail

getBox

Rectangle2D getBox()
Gets the text string bounds.


getText

String getText()
Gets the decoded text.


getTextChars

List<TextChar> getTextChars()
Gets the information of each text string character.


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.