get_string method

get_string(clusters)

Creates string using codepoints from the specified clusters.

def get_string(self, clusters: List[aspose.words.shaping.Cluster]):
    ...
ParameterTypeDescription
clustersList[Cluster]

get_string()

Creates string using codepoints from this cluster.

def get_string(self):
    ...

See Also