MathAccentFactory
MathAccentFactory class
Allows to create a math accent
For COM comparibility
MathAccentFactory
| Name | Description |
|---|---|
| MathAccentFactory() |
Returns: MathAccentFactory
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathematicalText) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathematicalText | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathSubscriptElement) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSubscriptElement | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathRadical) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRadical | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(BaseScript) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | BaseScript | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBox) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBox | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathNaryOperator) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathNaryOperator | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathFunction) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFunction | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathLeftSubSuperscriptElement) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLeftSubSuperscriptElement | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathRightSubSuperscriptElement) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRightSubSuperscriptElement | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathFraction) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFraction | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBar) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBar | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBorderBox) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBorderBox | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBlock) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBlock | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathLimit) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLimit | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathElementBase) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathElementBase | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathMatrix) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathMatrix | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathSuperscriptElement) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSuperscriptElement | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathGroupingCharacter) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathGroupingCharacter | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathDelimiter) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathDelimiter | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathAccent) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathAccent | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathArray) | Creates a math accent applying to a specified math element with the default accent character value |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathArray | math element to apply accent |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathematicalText, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathematicalText | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathSubscriptElement, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSubscriptElement | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathRadical, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRadical | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(BaseScript, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | BaseScript | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBox, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBox | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathNaryOperator, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathNaryOperator | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathFunction, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFunction | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathLeftSubSuperscriptElement, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLeftSubSuperscriptElement | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathRightSubSuperscriptElement, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathRightSubSuperscriptElement | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathFraction, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathFraction | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBar, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBar | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBorderBox, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBorderBox | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathBlock, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathBlock | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathLimit, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathLimit | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathElementBase, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathElementBase | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathMatrix, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathMatrix | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathSuperscriptElement, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathSuperscriptElement | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathGroupingCharacter, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathGroupingCharacter | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathDelimiter, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathDelimiter | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathAccent, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathAccent | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent
createMathAccent
| Name | Description |
|---|---|
| createMathAccent(MathArray, char) | Creates a math accent applying to a specified math element |
Parameters:
| Name | Type | Description |
|---|---|---|
| element | MathArray | math element to apply accent |
| accentCharacter | char | accent character |
Returns: MathAccent