com.aspose.words
Class Cluster

java.lang.Object
    extended by com.aspose.words.Cluster

public class Cluster 
extends java.lang.Object


Constructor Summary
Cluster(int[] codepoints, Glyph[] glyphs)
          
 
Property Getters/Setters Summary
int[]getCodepoints()
          
intgetCodepointsLength()
          
Glyph[]getGlyphs()
          
 
Method Summary
ClusterdeepClone()
          
java.lang.StringgetString()
          
static java.lang.StringgetString(Cluster[] clusters)
          
floatgetWidth(int em, float fontSize)
          
 

Constructor Detail

Cluster

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)

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.