Skip to content

Commit e0261af

Browse files
authored
Merge pull request #17 from aspose-cells/main
python net 24.8
2 parents 837b850 + 740336e commit e0261af

File tree

895 files changed

+3740
-873
lines changed

Some content is hidden

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

895 files changed

+3740
-873
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +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. |
4749
| [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. |
4850
| [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. |
4951
| [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/accent_character/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: accent_character property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 130
6+
weight: 150
77
url: /aspose.cells.drawing.equations/accentequationnode/accent_character/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: accent_character_type property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 140
6+
weight: 160
77
url: /aspose.cells.drawing.equations/accentequationnode/accent_character_type/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: equation_type property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 150
6+
weight: 170
77
url: /aspose.cells.drawing.equations/accentequationnode/equation_type/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: font property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 160
6+
weight: 180
77
url: /aspose.cells.drawing.equations/accentequationnode/font/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: length property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 170
6+
weight: 190
77
url: /aspose.cells.drawing.equations/accentequationnode/length/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: parent_node property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 180
6+
weight: 200
77
url: /aspose.cells.drawing.equations/accentequationnode/parent_node/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: start_index property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 190
6+
weight: 210
77
url: /aspose.cells.drawing.equations/accentequationnode/start_index/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: text_options property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 200
6+
weight: 220
77
url: /aspose.cells.drawing.equations/accentequationnode/text_options/
88
is_root: false
99
---
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: to_la_te_x method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 120
7+
url: /aspose.cells.drawing.equations/accentequationnode/to_la_te_x/
8+
is_root: false
9+
---
10+
11+
## to_la_te_x {#}
12+
13+
Conver this equtation to LaTeX expression.
14+
15+
16+
17+
```python
18+
def to_la_te_x(self):
19+
...
20+
```
21+
22+
23+
24+
25+
26+
### See Also
27+
* module [`aspose.cells.drawing.equations`](../../)
28+
* class [`AccentEquationNode`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode)

0 commit comments

Comments
 (0)