Skip to content

python net 24.8 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ The AccentEquationNode type exposes the following members:
| [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. |
| [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. |
| [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. |
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
| [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. |
| [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. |
| [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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: accent_character property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
weight: 150
url: /aspose.cells.drawing.equations/accentequationnode/accent_character/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: accent_character_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
weight: 160
url: /aspose.cells.drawing.equations/accentequationnode/accent_character_type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: equation_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 170
url: /aspose.cells.drawing.equations/accentequationnode/equation_type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: font property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
weight: 180
url: /aspose.cells.drawing.equations/accentequationnode/font/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: length property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 170
weight: 190
url: /aspose.cells.drawing.equations/accentequationnode/length/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: parent_node property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 180
weight: 200
url: /aspose.cells.drawing.equations/accentequationnode/parent_node/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: start_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 190
weight: 210
url: /aspose.cells.drawing.equations/accentequationnode/start_index/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: text_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 200
weight: 220
url: /aspose.cells.drawing.equations/accentequationnode/text_options/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: to_la_te_x method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 120
url: /aspose.cells.drawing.equations/accentequationnode/to_la_te_x/
is_root: false
---

## to_la_te_x {#}

Conver this equtation to LaTeX expression.



```python
def to_la_te_x(self):
...
```





### See Also
* module [`aspose.cells.drawing.equations`](../../)
* class [`AccentEquationNode`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode)
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: to_math_ml method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
url: /aspose.cells.drawing.equations/accentequationnode/to_math_ml/
is_root: false
---

## to_math_ml {#}

Conver this equtation to MathML expression.


### Returns





```python
def to_math_ml(self):
...
```





### See Also
* module [`aspose.cells.drawing.equations`](../../)
* class [`AccentEquationNode`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 210
weight: 230
url: /aspose.cells.drawing.equations/accentequationnode/type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The BarEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/barequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/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. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: bar_position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
weight: 150
url: /aspose.cells.drawing.equations/barequationnode/bar_position/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: equation_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
weight: 160
url: /aspose.cells.drawing.equations/barequationnode/equation_type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: font property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 170
url: /aspose.cells.drawing.equations/barequationnode/font/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: length property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
weight: 180
url: /aspose.cells.drawing.equations/barequationnode/length/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: parent_node property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 170
weight: 190
url: /aspose.cells.drawing.equations/barequationnode/parent_node/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: start_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 180
weight: 200
url: /aspose.cells.drawing.equations/barequationnode/start_index/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: text_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 190
weight: 210
url: /aspose.cells.drawing.equations/barequationnode/text_options/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: to_la_te_x method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 120
url: /aspose.cells.drawing.equations/barequationnode/to_la_te_x/
is_root: false
---

## to_la_te_x {#}

Conver this equtation to LaTeX expression.



```python
def to_la_te_x(self):
...
```





### See Also
* module [`aspose.cells.drawing.equations`](../../)
* class [`BarEquationNode`](/cells/python-net/aspose.cells.drawing.equations/barequationnode)
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: to_math_ml method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
url: /aspose.cells.drawing.equations/barequationnode/to_math_ml/
is_root: false
---

## to_math_ml {#}

Conver this equtation to MathML expression.


### Returns





```python
def to_math_ml(self):
...
```





### See Also
* module [`aspose.cells.drawing.equations`](../../)
* class [`BarEquationNode`](/cells/python-net/aspose.cells.drawing.equations/barequationnode)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 200
weight: 220
url: /aspose.cells.drawing.equations/barequationnode/type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The BorderBoxEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/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. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: equation_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
weight: 150
url: /aspose.cells.drawing.equations/borderboxequationnode/equation_type/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: font property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
weight: 160
url: /aspose.cells.drawing.equations/borderboxequationnode/font/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: length property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 170
url: /aspose.cells.drawing.equations/borderboxequationnode/length/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: parent_node property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
weight: 180
url: /aspose.cells.drawing.equations/borderboxequationnode/parent_node/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: start_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 170
weight: 190
url: /aspose.cells.drawing.equations/borderboxequationnode/start_index/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: text_options property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 180
weight: 200
url: /aspose.cells.drawing.equations/borderboxequationnode/text_options/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: to_la_te_x method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 120
url: /aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/
is_root: false
---

## to_la_te_x {#}

Conver this equtation to LaTeX expression.



```python
def to_la_te_x(self):
...
```





### See Also
* module [`aspose.cells.drawing.equations`](../../)
* class [`BorderBoxEquationNode`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode)
Loading