MathParagraph
Contenu
[
Cacher
]MathParagraph class
Paragraphe mathématique qui est un conteneur pour les blocs mathématiques (IMathBlock)
public class MathParagraph : IMathParagraph
Constructeurs
Nom | La description |
---|---|
MathParagraph() | Initialise une nouvelle instance de la classe MathParagraph. |
MathParagraph(IMathBlock) | Initialise une nouvelle instance de la classe MathParagraph. |
Propriétés
Nom | La description |
---|---|
Count { get; } | Obtient le nombre d’éléments réellement contenus dans la collection. Lecture seuleInt32 . |
Item { get; set; } | Obtient l’élément à l’index spécifié. Lecture seuleIMathBlock . |
Justification { get; set; } | Justification du paragraphe Valeur par défaut : CenteredAsGroup |
Méthodes
Nom | La description |
---|---|
Add(IMathBlock) | Ajoute IMathBlock à la fin de la collection. |
Clear() | Supprime tous les éléments de la collection. |
Contains(IMathBlock) | Détermine si la collection contient une valeur spécifique. |
IndexOf(IMathBlock) | Détermine l’index d’un IMathBlock spécifique dans la collection. |
Insert(int, IMathBlock) | Insère IMathBlock dans la collection à l’index spécifié. |
Remove(IMathBlock) | Supprime la première occurrence d’un objet spécifique de la collection/>. |
RemoveAt(int) | Supprime un élément à l’index spécifié de la collection. |
WriteAsMathMl(Stream) | Enregistre le contenu de ceMathParagraph comme MathML |
Exemples
Exemple :
[C#]
IAutoShape shape = slide.Shapes.AddMathShape(x, y, width, height);
IMathParagraph mathParagraph = (shape.TextFrame.Paragraphs[0].Portions[0] as MathPortion).MathParagraph;
mathParagraph.Justification = MathJustification.LeftJustified;
Voir également
- interface IMathParagraph
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides