CreateMathParagraph
CreateMathParagraph()
创建空数学段落
public IMathParagraph CreateMathParagraph()
返回值
新数学段落
也可以看看
- interface IMathParagraph
- interface IMathParagraphFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathParagraph(IMathBlock)
创建一个数学段落并将指定的数学块放入其中
public IMathParagraph CreateMathParagraph(IMathBlock mathBlock)
范围 | 类型 | 描述 |
---|---|---|
mathBlock | IMathBlock | 数学块放置在段落 |
返回值
新数学段落
也可以看看
- interface IMathParagraph
- interface IMathBlock
- interface IMathParagraphFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides