it.stefanochizzolini.clown.documents.contents.objects
Class ShowSimpleText
java.lang.Object
it.stefanochizzolini.clown.documents.contents.objects.ContentObject
it.stefanochizzolini.clown.documents.contents.objects.Operation
it.stefanochizzolini.clown.documents.contents.objects.ShowText
it.stefanochizzolini.clown.documents.contents.objects.ShowSimpleText
public final class ShowSimpleText
- extends ShowText
'Show a text string' operation [PDF:1.6:5.3.2].
- Since:
- 0.0.8
- Version:
- 0.0.8
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Nested classes/interfaces inherited from class it.stefanochizzolini.clown.documents.contents.objects.ShowText |
ShowText.IScanner |
Method Summary |
byte[] |
getText()
Gets the encoded text. |
void |
setText(byte[] value)
|
Operator
public static final String Operator
- See Also:
- Constant Field Values
ShowSimpleText
public ShowSimpleText(byte[] text)
- Parameters:
text
- Text encoded using current font's encoding.
ShowSimpleText
public ShowSimpleText(List<PdfDirectObject> operands)
getText
public byte[] getText()
- Description copied from class:
ShowText
- Gets the encoded text.
Remarks
Text is expressed in native encoding: to resolve it to Unicode, pass it
to the decode method of the corresponding font.
- Specified by:
getText
in class ShowText
setText
public void setText(byte[] value)
- Specified by:
setText
in class ShowText
- See Also:
ShowText.getText()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.