IMathBlock
IMathBlock interface
指定包含在 MathParagraph 中并在其自己的行上开始的数学文本实例。 所有数学区域,包括方程式、表达式、方程式或表达式的数组以及公式都由数学块表示。
public interface IMathBlock : IMathElement, IMathElementCollection
特性
姓名 | 描述 |
---|---|
AsIMathElement { get; } | 允许获取基础 IMathElement 接口 IMathElement |
AsIMathElementCollection { get; } | 允许获取基础 IMathElementCollection 接口 IMathElementCollection |
方法
姓名 | 描述 |
---|---|
Delimit(char) | 用分隔符分隔所有子元素(不带括号) |
Enclose(char, char, char) | 将此块的子元素括在指定字符中,例如括号或其他作为框架 并用分隔符分隔 |
JoinBlock(IMathBlock) | 连接另一个数学块 |
WriteAsMathMl(Stream) | 将此IMathBlock 的内容保存为 MathML |
例子
示例:
[C#]
IMathBlock mathBlock = new MathBlock();
也可以看看
- interface IMathElement
- interface IMathElementCollection
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides