IMathSuperscriptElement

IMathSuperscriptElement interface

指定上标对象,它由一个基本的 和一个位于右上方的缩小尺寸的上标

public interface IMathSuperscriptElement : IMathElement

特性

姓名描述
AsIMathElement { get; }允许获取基础 IMathElement 接口 IMathElement
Base { get; }基本参数
Superscript { get; }上标

例子

示例:

[C#]
IMathSuperscriptElement superscriptElement = new MathematicalText("N").SetSuperscript("i");

也可以看看