Skip to content

Commit c669457

Browse files
authored
Merge pull request #18 from aspose-cells/main
python net 24.10
2 parents e0261af + e5ad136 commit c669457

File tree

696 files changed

+3642
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

696 files changed

+3642
-694
lines changed

english/aspose.cells.drawing.equations/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
1414
| Class | Description |
1515
| :- | :- |
1616
| [`AccentEquationNode`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode) | This class specifies an accent equation, consisting of a base component and a combining diacritic. |
17+
| [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode) | Specifies the Equation-Array function, an object consisting of one or more equations. |
1718
| [`BarEquationNode`](/cells/python-net/aspose.cells.drawing.equations/barequationnode) | This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
1819
| [`BorderBoxEquationNode`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode) | This class specifies the Border Box function, consisting of a border drawn around an equation. |
1920
| [`BoxEquationNode`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode) | This class specifies the box function, which is used to group components of an equation. |
@@ -24,6 +25,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
2425
| [`FractionEquationNode`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode) | This class specifies the fraction equation, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction equation is also used to represent the stack function, which places one element above another, with no fraction bar. |
2526
| [`FunctionEquationNode`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode) | This class specifies the Function-Apply equation, which consists of a function name and an argument acted upon.<br/>The types of the name and argument components are 'EquationNodeType.FunctionName' and 'EquationNodeType.Base' respectively. |
2627
| [`GroupCharacterEquationNode`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode) | This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items. |
28+
| [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode) | This class specifies the limit function. |
2729
| [`MathematicalEquationNode`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode) | This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. |
2830
| [`MatrixEquationNode`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode) | This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns. |
2931
| [`NaryEquationNode`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode) | This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds. |
@@ -43,7 +45,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
4345
| [`EquationHorizontalJustificationType`](/cells/python-net/aspose.cells.drawing.equations/equationhorizontaljustificationtype) | This specifies the default horizontal justification of equations in the document. |
4446
| [`EquationLimitLocationType`](/cells/python-net/aspose.cells.drawing.equations/equationlimitlocationtype) | Specifies the limit location on an operator. |
4547
| [`EquationMathematicalOperatorType`](/cells/python-net/aspose.cells.drawing.equations/equationmathematicaloperatortype) | Mathematical Operators Type |
46-
| [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Equation node type.<br/>Notice:<br/>(1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text.<br/>(2)[100-199] Indicates that the node is a component of some special function nodes.<br/>(3)[200-] Indicates that the node has some special functions(Usually with 'Equation' suffix. 'EquationParagraph' is a special case.). |
48+
| [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Equation node type.<br/>Notice:<br/>(1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text.<br/>(2)[100-199] Indicates that the node is a component of some special function nodes.<br/>(3)[200-] Indicates that the node has some special functions. |
4749
| [`EquationVerticalJustificationType`](/cells/python-net/aspose.cells.drawing.equations/equationverticaljustificationtype) | This specifies the default vertical justification of equations in the document. |
4850

4951

english/aspose.cells.drawing.equations/accentequationnode/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ The AccentEquationNode type exposes the following members:
4444
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
4545
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
4646
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
47-
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
48-
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
47+
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
48+
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
4949
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
5050
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
5151
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |

english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_root: false
1010

1111
## to_la_te_x {#}
1212

13-
Conver this equtation to LaTeX expression.
13+
Convert this equtation to LaTeX expression.
1414

1515

1616

english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_root: false
1010

1111
## to_math_ml {#}
1212

13-
Conver this equtation to MathML expression.
13+
Convert this equtation to MathML expression.
1414

1515

1616
### Returns
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: ArrayEquationNode class
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 20
7+
url: /aspose.cells.drawing.equations/arrayequationnode/
8+
is_root: false
9+
---
10+
11+
## ArrayEquationNode class
12+
13+
Specifies the Equation-Array function, an object consisting of one or more equations.
14+
15+
16+
17+
**Inheritance:** [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
18+
[`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
19+
[`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
20+
21+
22+
23+
The ArrayEquationNode type exposes the following members:
24+
25+
### Properties
26+
| Property | Description |
27+
| :- | :- |
28+
| [type](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/type) | Represents the type of the node. |
29+
| [start_index](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/start_index) | Gets the start index of the characters. |
30+
| [length](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/length) | Gets the length of the characters. |
31+
| [font](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/font) | Returns the font of this object. |
32+
| [text_options](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/text_options) | Returns the text options. |
33+
| [parent_node](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/parent_node) | Specifies the parent node of the current node |
34+
| [equation_type](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/equation_type) | Get the equation type of the current node |
35+
36+
37+
### Methods
38+
| Method | Description |
39+
| :- | :- |
40+
| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. |
41+
| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. |
42+
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
43+
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
44+
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
45+
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
46+
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
47+
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
48+
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
49+
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
50+
| [get_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. |
51+
| [remove](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove/#) | Removes itself from the parent. |
52+
| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/#) | Removes all the child nodes of the current node. |
53+
| [create_node](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. |
54+
55+
56+
57+
### See Also
58+
* module [`aspose.cells.drawing.equations`](..)
59+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
60+
* class [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
61+
* class [`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: add_child method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 20
7+
url: /aspose.cells.drawing.equations/arrayequationnode/add_child/
8+
is_root: false
9+
---
10+
11+
## add_child {#aspose.cells.drawing.equations.EquationNodeType}
12+
13+
Insert a node of the specified type at the end of the child node list of the current node.
14+
15+
16+
### Returns
17+
18+
19+
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
20+
21+
22+
```python
23+
def add_child(self, equation_type):
24+
...
25+
```
26+
27+
28+
| Parameter | Type | Description |
29+
| :- | :- | :- |
30+
| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
31+
32+
33+
## add_child {#aspose.cells.drawing.equations.EquationNode}
34+
35+
Inserts the specified node at the end of the current node's list of child nodes.
36+
37+
38+
39+
```python
40+
def add_child(self, node):
41+
...
42+
```
43+
44+
45+
| Parameter | Type | Description |
46+
| :- | :- | :- |
47+
| node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The specified node |
48+
49+
50+
51+
### See Also
52+
* module [`aspose.cells.drawing.equations`](../../)
53+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: create_node method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /aspose.cells.drawing.equations/arrayequationnode/create_node/
8+
is_root: false
9+
---
10+
11+
## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode}
12+
13+
Create a node of the specified type.
14+
15+
16+
### Returns
17+
18+
19+
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
20+
21+
22+
```python
23+
def create_node(self, equation_type, workbook, parent):
24+
...
25+
```
26+
27+
28+
| Parameter | Type | Description |
29+
| :- | :- | :- |
30+
| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
31+
| workbook | [`Workbook`](/cells/python-net/aspose.cells/workbook) | The workbook object associated with the equation |
32+
| parent | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The parent node where this node is located |
33+
34+
35+
36+
### See Also
37+
* module [`aspose.cells.drawing.equations`](../../)
38+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: equation_type property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 150
7+
url: /aspose.cells.drawing.equations/arrayequationnode/equation_type/
8+
is_root: false
9+
---
10+
11+
## equation_type property
12+
13+
14+
Get the equation type of the current node
15+
### Definition:
16+
```python
17+
@property
18+
def equation_type(self):
19+
...
20+
```
21+
22+
### See Also
23+
* module [`aspose.cells.drawing.equations`](../../)
24+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
25+
* class [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: font property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 160
7+
url: /aspose.cells.drawing.equations/arrayequationnode/font/
8+
is_root: false
9+
---
10+
11+
## font property
12+
13+
14+
Returns the font of this object.
15+
### Definition:
16+
```python
17+
@property
18+
def font(self):
19+
...
20+
```
21+
22+
### See Also
23+
* module [`aspose.cells.drawing.equations`](../../)
24+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
25+
* class [`Font`](/cells/python-net/aspose.cells/font)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: get_child method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 40
7+
url: /aspose.cells.drawing.equations/arrayequationnode/get_child/
8+
is_root: false
9+
---
10+
11+
## get_child {#int}
12+
13+
Returns the node at the specified index among the children of the current node.
14+
15+
16+
### Returns
17+
18+
19+
Returns the corresponding node if the specified node exists, otherwise returns null.
20+
21+
22+
```python
23+
def get_child(self, index):
24+
...
25+
```
26+
27+
28+
| Parameter | Type | Description |
29+
| :- | :- | :- |
30+
| index | int | Index of the node |
31+
32+
33+
34+
### See Also
35+
* module [`aspose.cells.drawing.equations`](../../)
36+
* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)

0 commit comments

Comments
 (0)