SetGlyphsPositionShowText

SetGlyphsPositionShowText

Overview

SetGlyphsPositionShowText is a class in Aspose.PDF FOSS for .NET. Inherits from: TextShowOperator.

TJ — Show text with individual glyph positioning (array of strings and numeric adjustments).

This class provides 8 methods for working with SetGlyphsPositionShowText objects in .NET programs. Available methods include: Accept, IsTextShowOperator, SetGlyphsPositionShowText, TextShowOperator, ToPdf, ToString, ValueEquals. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CommandName, GlyphPositions, Index, Items, Text, TextProperties.

Properties

NameTypeAccessDescription
Itemsobject[]ReadMixed array of strings (text runs) and doubles (position adjustments in 1/1000 text units).
GlyphPositionsSystem.Collections.Generic.IEnumerable<GlyphPosition>ReadProjection over Items: paired text-run / numeric-position entries surfaced as GlyphPosition instances.
TextstringReadConcatenated string parts (numeric adjustments dropped).
TextPropertiesAspose.Pdf.Facades.TextProperties?ReadOptional appearance metadata for the text shown by this operator.
CommandNamestringReadThe PDF command name (last token of the serialised form, e.g.
IndexintRead/Write1-based position of this operator within its containing OperatorCollection.

Methods

SignatureDescription
SetGlyphsPositionShowText(items: object[])Sets the glyphs position show text value.
SetGlyphsPositionShowText(glyphPositions: System.Collections.Generic.IEnumerable<GlyphPosition>)Sets the glyphs position show text value.
ToPdf()Calls ToPdf on this SetGlyphsPositionShowText instance.
ToString()Calls ToString on this SetGlyphsPositionShowText instance.
Accept(visitor: IOperatorSelector)Calls Accept on this SetGlyphsPositionShowText instance.
TextShowOperator()Calls TextShowOperator on this SetGlyphsPositionShowText instance.
IsTextShowOperator(op: Operator)True when op is a text-showing operator (Tj / TJ / ’ / " — concrete subclasses of TextShowOperator).
ValueEquals(op: Operator)True when this operator’s serialised PDF form equals op’s.

See Also