méthode get_equation_paragraph
Contenu
[
Cacher
]get_equation_paragraph(self)
Obtient le premier paragraphe mathématique de la propriété TextBody de l’objet TextBox.
Retour
S’il y a un paragraphe mathématique, renvoie le premier, sinon renvoie null.
def get_equation_paragraph(self):
...
get_equation_paragraph(self, index)
Obtenez le paragraphe mathématique spécifié à partir de la propriété TextBody de l’objet TextBox. Avis: (1) Renvoie NULL lorsque l’index est hors limites ou introuvable. (2) Renvoie également NULL si la position d’index spécifiée n’est pas un paragraphe mathématique.
Retour
Renvoie le paragraphe mathématique spécifié par index.
def get_equation_paragraph(self, index):
...
Paramètre | Taper | Description |
---|---|---|
index | int | L’index de position du paragraphe mathématique, à partir de 0. |
Voir également
- module
aspose.cells.drawing
- classe
TextBox