CreateMathematicalText
CreateMathematicalText()
创建空的数学文本元素
public IMathematicalText CreateMathematicalText()
返回值
new Mathematical Text
也可以看看
- interface IMathematicalText
- interface IMathematicalTextFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathematicalText(char)
创建具有指定值的数学文本元素
public IMathematicalText CreateMathematicalText(char mathSymbol)
范围 | 类型 | 描述 |
---|---|---|
mathSymbol | Char | 单个符号用作文本值 |
返回值
新数学文本
也可以看看
- interface IMathematicalText
- interface IMathematicalTextFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathematicalText(string)
创建具有指定值的空数学文本元素
public IMathematicalText CreateMathematicalText(string mathText)
范围 | 类型 | 描述 |
---|---|---|
mathText | String | text值 |
返回值
新数学文本
也可以看看
- interface IMathematicalText
- interface IMathematicalTextFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathematicalText(string, IPortionFormat)
创建具有指定值和格式属性的空数学文本元素
public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
范围 | 类型 | 描述 |
---|---|---|
mathText | String | 文本值 |
portionFormat | IPortionFormat | 文本格式设置 |
返回值
新数学文本
也可以看看
- interface IMathematicalText
- interface IPortionFormat
- interface IMathematicalTextFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides