Characters

Shape.Characters method

返回一个 Characters 对象,该对象表示文本中的一系列字符。

public FontSetting Characters(int startIndex, int length)
范围类型描述
startIndexInt32字符开头的索引。
lengthInt32字符数。

返回值

字符对象。

评论

此方法仅适用于带有标题的形状。

例子


[C#]
Aspose.Cells.FontSetting fontSetting = shape.Characters(0, 4);

也可以看看