Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable.DeviceTable
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphPositioningTable.DeviceTable in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphPositioningTable.DeviceTable Modifier and Type Method Description GlyphPositioningTable.DeviceTableGlyphPositioningTable.Value. getXAdvDevice()GlyphPositioningTable.DeviceTableGlyphPositioningTable.Anchor. getXDevice()GlyphPositioningTable.DeviceTableGlyphPositioningTable.Value. getXPlaDevice()GlyphPositioningTable.DeviceTableGlyphPositioningTable.Value. getYAdvDevice()GlyphPositioningTable.DeviceTableGlyphPositioningTable.Anchor. getYDevice()GlyphPositioningTable.DeviceTableGlyphPositioningTable.Value. getYPlaDevice()Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.DeviceTable Constructor Description Anchor(int x, int y, GlyphPositioningTable.DeviceTable xDevice, GlyphPositioningTable.DeviceTable yDevice)Instantiate an Anchor (format 3).Value(int xPlacement, int yPlacement, int xAdvance, int yAdvance, GlyphPositioningTable.DeviceTable xPlaDevice, GlyphPositioningTable.DeviceTable yPlaDevice, GlyphPositioningTable.DeviceTable xAdvDevice, GlyphPositioningTable.DeviceTable yAdvDevice)Instantiate a Value.