Uses of Class
com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
Packages that use GlyphLine.GlyphLinePart
Package
Description
-
Uses of GlyphLine.GlyphLinePart in com.itextpdf.io.font.otf
Classes in com.itextpdf.io.font.otf that implement interfaces with type arguments of type GlyphLine.GlyphLinePartMethods in com.itextpdf.io.font.otf that return GlyphLine.GlyphLinePartModifier and TypeMethodDescriptionActualTextIterator.next()private GlyphLine.GlyphLinePartActualTextIterator.nextGlyphLinePart(int pos) GlyphLine.GlyphLinePart.setActualText(String actualText) Sets the actual text of the glyph line part.GlyphLine.GlyphLinePart.setEnd(int end) Sets the end of the glyph line part.GlyphLine.GlyphLinePart.setReversed(boolean reversed) Sets whether the glyph line part is reversed.GlyphLine.GlyphLinePart.setStart(int start) Sets the start of the glyph line part.Methods in com.itextpdf.io.font.otf that return types with arguments of type GlyphLine.GlyphLinePartMethods in com.itextpdf.io.font.otf with parameters of type GlyphLine.GlyphLinePartModifier and TypeMethodDescriptionprivate booleanActualTextIterator.glyphLinePartNeedsActualText(GlyphLine.GlyphLinePart glyphLinePart) -
Uses of GlyphLine.GlyphLinePart in com.itextpdf.kernel.pdf.canvas
Method parameters in com.itextpdf.kernel.pdf.canvas with type arguments of type GlyphLine.GlyphLinePartModifier and TypeMethodDescriptionPdfCanvas.showText(GlyphLine text, Iterator<GlyphLine.GlyphLinePart> iterator) Shows text (operator Tj). -
Uses of GlyphLine.GlyphLinePart in com.itextpdf.layout.renderer
Classes in com.itextpdf.layout.renderer that implement interfaces with type arguments of type GlyphLine.GlyphLinePartMethods in com.itextpdf.layout.renderer that return GlyphLine.GlyphLinePart