PDF Clown
0.1.2

org.pdfclown.documents.contents
Class ContentScanner.TextStringWrapper

java.lang.Object
  extended by org.pdfclown.documents.contents.ContentScanner.GraphicsObjectWrapper<ShowText>
      extended by org.pdfclown.documents.contents.ContentScanner.TextStringWrapper
All Implemented Interfaces:
ITextString
Enclosing class:
ContentScanner

public static final class ContentScanner.TextStringWrapper
extends ContentScanner.GraphicsObjectWrapper<ShowText>
implements ITextString

Text string information.


Field Summary
 
Fields inherited from class org.pdfclown.documents.contents.ContentScanner.GraphicsObjectWrapper
box
 
Method Summary
 Rectangle2D getBox()
          Gets the object's bounding box.
 TextStyle getStyle()
          Gets the text style.
 String getText()
          Gets the decoded text.
 List<TextChar> getTextChars()
          Gets the information of each text string character.
 
Methods inherited from class org.pdfclown.documents.contents.ContentScanner.GraphicsObjectWrapper
getBaseDataObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBox

public Rectangle2D getBox()
Description copied from class: ContentScanner.GraphicsObjectWrapper
Gets the object's bounding box.

Specified by:
getBox in interface ITextString
Overrides:
getBox in class ContentScanner.GraphicsObjectWrapper<ShowText>

getStyle

public TextStyle getStyle()
Gets the text style.


getText

public String getText()
Description copied from interface: ITextString
Gets the decoded text.

Specified by:
getText in interface ITextString

getTextChars

public List<TextChar> getTextChars()
Description copied from interface: ITextString
Gets the information of each text string character.

Specified by:
getTextChars in interface ITextString

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.