Item
IMathBlockCollection indexer
Ruft das Element am angegebenen Index ab. SchreibgeschütztIMathBlock
.
public IMathBlock this[int index] { get; set; }
Parameter | Beschreibung |
---|---|
index | Der nullbasierte Index des abzurufenden Elements |
Rückgabewert
Der Block eines mathematischen Textes.
Beispiele
Beispiel:
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
blockCollection.Add(new MathBlock(new MathematicalText("block1")));
blockCollection.Add(new MathBlock(new MathematicalText("block2")));
IMathBlock block = blockCollection[1];
Siehe auch
- interface IMathBlock
- interface IMathBlockCollection
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides