ClusterGetString Method

Creates String using codepoints from the specified clusters.

Namespace:  Aspose.Words.Shaping
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public static string GetString(
	Cluster[] clusters
)

Parameters

clusters
Type: Aspose.Words.ShapingCluster

Return Value

Type: String
See Also