'Show one or more text strings, allowing individual glyph positioning' operation [PDF:1.6:5.3.2]. More...
Public Member Functions | |
| void | Scan (ContentScanner.GraphicsState state, IScanner textScanner) |
| Executes scanning on this operation. | |
| override void | Scan (ContentScanner.GraphicsState state) |
| Applies this object to the specified graphics context, updating the specified graphics state. | |
| ShowAdjustedText (IList< PdfDirectObject > operands) | |
| ShowAdjustedText (IList< object > value) | |
| override string | ToString () |
| override void | WriteTo (IOutputStream stream, Document context) |
| Serializes this object to the specified stream. | |
Static Public Member Functions | |
| static Operation | Get (string operator_, IList< PdfDirectObject > operands) |
| Gets an operation. | |
Static Public Attributes | |
| static readonly string | OperatorKeyword = "TJ" |
Protected Attributes | |
| IList< PdfDirectObject > | operands |
| string | operator_ |
Properties | |
| IList< PdfDirectObject > | Operands [get] |
| string | Operator [get] |
| override byte[] | Text [get, set] |
| Gets/Sets the encoded text. | |
| override IList< object > | Value [get, set] |
| Gets/Sets the encoded text elements along with their adjustments. | |
'Show one or more text strings, allowing individual glyph positioning' operation [PDF:1.6:5.3.2].
| org.pdfclown.documents.contents.objects.ShowAdjustedText.ShowAdjustedText | ( | IList< object > | value | ) |
| value | Each element can be either a byte array (encoded text) or a number. If the element is a byte array (encoded text), this operator shows the text glyphs. If it is a number (glyph adjustment), the operator adjusts the next glyph position by that amount. |
| org.pdfclown.documents.contents.objects.ShowAdjustedText.ShowAdjustedText | ( | IList< PdfDirectObject > | operands | ) |
| static Operation org.pdfclown.documents.contents.objects.Operation.Get | ( | string | operator_, | |
| IList< PdfDirectObject > | operands | |||
| ) | [static, inherited] |
Gets an operation.
| operator_ | Operator. | |
| operands | List of operands. |
| void org.pdfclown.documents.contents.objects.ShowText.Scan | ( | ContentScanner.GraphicsState | state, | |
| IScanner | textScanner | |||
| ) | [inherited] |
Executes scanning on this operation.
| state | Graphics state context. | |
| textScanner | Scanner to be notified about text contents. In case it's null, the operation is applied to the graphics state context. |
References org.pdfclown.documents.contents.IContentContext.Box, org.pdfclown.documents.contents.objects.ShowTextToNextLine.CharSpace, and org.pdfclown.documents.contents.objects.ShowTextToNextLine.WordSpace.
| override void org.pdfclown.documents.contents.objects.ShowText.Scan | ( | ContentScanner.GraphicsState | state | ) | [virtual, inherited] |
Applies this object to the specified graphics context, updating the specified graphics state.
| state | Graphics state. |
Reimplemented from org.pdfclown.documents.contents.objects.ContentObject.
References org.pdfclown.documents.contents.objects.ShowText.Scan().
Referenced by org.pdfclown.documents.contents.objects.ShowText.Scan().
| override string org.pdfclown.documents.contents.objects.Operation.ToString | ( | ) | [inherited] |
| override void org.pdfclown.documents.contents.objects.Operation.WriteTo | ( | IOutputStream | stream, | |
| Document | context | |||
| ) | [virtual, inherited] |
Serializes this object to the specified stream.
| stream | Target stream. | |
| context | Document context. |
Implements org.pdfclown.documents.contents.objects.ContentObject.
Reimplemented in org.pdfclown.documents.contents.objects.InlineImageBody.
References org.pdfclown.objects.PdfObjectWrapper.File, and org.pdfclown.bytes.IOutputStream.Write().
Referenced by org.pdfclown.documents.contents.objects.MarkedContent.WriteTo().
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.operands [protected, inherited] |
string org.pdfclown.documents.contents.objects.Operation.operator_ [protected, inherited] |
readonly string org.pdfclown.documents.contents.objects.ShowAdjustedText.OperatorKeyword = "TJ" [static] |
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.Operands [get, inherited] |
string org.pdfclown.documents.contents.objects.Operation.Operator [get, inherited] |
override byte [] org.pdfclown.documents.contents.objects.ShowAdjustedText.Text [get, set] |
Gets/Sets the encoded text.
Text is expressed in native encoding: to resolve it to Unicode, pass it to the decode method of the corresponding font.
Reimplemented from org.pdfclown.documents.contents.objects.ShowText.
override IList<object> org.pdfclown.documents.contents.objects.ShowAdjustedText.Value [get, set] |
Gets/Sets the encoded text elements along with their adjustments.
Text is expressed in native encoding: to resolve it to Unicode, pass it to the decode method of the corresponding font.
Reimplemented from org.pdfclown.documents.contents.objects.ShowText.
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:35 2013 for PDF Clown 0.1.2 by
1.6.3