java.lang.Objectcom.aspose.words.Cluster
public class Cluster
Constructor Summary |
---|
Cluster(int[] codepoints, Glyph[] glyphs)
|
Property Getters/Setters Summary | ||
---|---|---|
int[] | getCodepoints() | |
int | getCodepointsLength() | |
Glyph[] | getGlyphs() | |
Method Summary | ||
---|---|---|
Cluster | deepClone() | |
java.lang.String | getString() | |
static java.lang.String | getString(Cluster[] clusters) | |
float | getWidth(int em, float fontSize) | |
Constructor Detail |
---|
public Cluster(int[] codepoints, Glyph[] glyphs)
Property Getters/Setters Detail |
---|
getCodepoints | |
public int[] getCodepoints() |
getCodepointsLength | |
public int getCodepointsLength() |
getGlyphs | |
public Glyph[] getGlyphs() |
Method Detail |
---|
deepClone | |
public Cluster deepClone() |
getString | |
public java.lang.String getString() |
getString | |
public static java.lang.String getString(Cluster[] clusters) |
getWidth | |
public float getWidth(int em, float fontSize) |