Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable.Value
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphPositioningTable.Value in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphPositioningTable.Value Modifier and Type Method Description GlyphPositioningTable.ValueGlyphPositioningTable.Anchor. getAlignmentAdjustment(GlyphPositioningTable.Anchor a)Obtain adjustment value required to align the specified anchor with this anchor.GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. getValue1()GlyphPositioningTable.ValueGlyphPositioningTable.PairValues. getValue2()Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Value Modifier and Type Method Description booleanGlyphPositioningState. adjust(GlyphPositioningTable.Value v)Perform adjustments at current position index.booleanGlyphPositioningState. adjust(GlyphPositioningTable.Value v, int offset)Perform adjustments at specified offset from current position index.Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Value Constructor Description PairValues(int glyph, GlyphPositioningTable.Value value1, GlyphPositioningTable.Value value2)Instantiate a PairValues.