com.aspose.words

Class Cluster

  • java.lang.Object
    • 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()
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 static java.lang.String getString(Cluster[] clusters)
      • getWidth

        public float getWidth(int em, float fontSize)