BaseScript
内容
[
隐藏
]BaseScript 类
数学脚本
public abstract class BaseScript : MathElementBase
属性
名称 | 描述 |
---|---|
Base { get; } | 基础参数 |
方法
名称 | 描述 |
---|---|
Accent(char) | 设置重音符(放置在该元素顶部的字符) |
AsArgumentOfFunction(IMathElement) | 将指定的函数作为参数,使用此实例 |
AsArgumentOfFunction(MathFunctionsOfOneArgument) | 将指定的函数作为参数,使用此实例 |
AsArgumentOfFunction(string) | 将指定的函数作为参数,使用此实例 |
AsArgumentOfFunction(MathFunctionsOfTwoArguments, IMathElement) | 将指定的函数作为参数,使用此实例和指定的附加参数 |
AsArgumentOfFunction(MathFunctionsOfTwoArguments, string) | 将指定的函数作为参数,使用此实例和指定的附加参数 |
Divide(IMathElement) | 创建一个具有该分子和指定分母的分数 |
Divide(string) | 创建一个具有该分子和指定分母的分数 |
Divide(IMathElement, MathFractionTypes) | 创建一个具有该分子和指定分母的指定类型的分数 |
Divide(string, MathFractionTypes) | 创建一个具有该分子和指定分母的指定类型的分数 |
Enclose() | 将数学元素放在括号中 |
virtual Enclose(char, char) | 将数学元素用指定字符括起来,如括号或其他字符作为框架 |
Function(IMathElement) | 使用此实例作为函数名,接受一个函数的参数 |
Function(string) | 使用此实例作为函数名,接受一个函数的参数 |
Group() | 使用底部大括号将此元素置于组中 |
Group(char, MathTopBotPositions, MathTopBotPositions) | 使用分组字符(如底部大括号或其他)将此元素放在组中 |
Integral(MathIntegralTypes) | 无限制的积分 |
Integral(MathIntegralTypes, IMathElement, IMathElement) | 进行积分 |
Integral(MathIntegralTypes, string, string) | 进行积分 |
Integral(MathIntegralTypes, IMathElement, IMathElement, MathLimitLocations) | 进行积分 |
Integral(MathIntegralTypes, string, string, MathLimitLocations) | 进行积分 |
virtual Join(IMathElement) | 连接数学元素并形成数学块 |
virtual Join(string) | 连接数学文本并形成数学块 |
Nary(MathNaryOperatorTypes, IMathElement, IMathElement) | 创建一个N元运算符 |
Nary(MathNaryOperatorTypes, string, string) | 创建一个N元运算符 |
Overbar() | 在该元素顶部设置横线 |
Radical(IMathElement) | 从指定参数中指定给定度数的数学根 |
Radical(string) | 从指定参数中指定给定度数的数学根 |
SetLowerLimit(IMathElement) | 取下限 |
SetLowerLimit(string) | 取下限 |
SetSubscript(IMathElement) | 创建下标 |
SetSubscript(string) | 创建下标 |
SetSubSuperscriptOnTheLeft(IMathElement, IMathElement) | 在左侧创建下标和上标 |
SetSubSuperscriptOnTheLeft(string, string) | 在左侧创建下标和上标 |
SetSubSuperscriptOnTheRight(IMathElement, IMathElement) | 在右侧创建下标和上标 |
SetSubSuperscriptOnTheRight(string, string) | 在右侧创建下标和上标 |
SetSuperscript(IMathElement) | 创建上标 |
SetSuperscript(string) | 创建上标 |
SetUpperLimit(IMathElement) | 取上限 |
SetUpperLimit(string) | 取上限 |
ToBorderBox() | 将此元素放置在边框盒中 |
ToBorderBox(bool, bool, bool, bool, bool, bool, bool, bool) | 将此元素放置在边框盒中 |
ToBox() | 将此元素放在一个非可视框(逻辑分组)中,这用于对方程或其他数学文本实例的组件进行分组。一个被框的对象可以(例如)作为带或不带对齐点的运算符仿真器,作为换行点,或者被分组以防止行间断。 |
virtual ToMathArray() | 放入垂直数组 |
Underbar() | 在该元素底部设置横线 |