IsWordArt
Shape.IsWordArt property
Gibt an, ob diese Form ein Wort ist art.
public bool IsWordArt { get; }
Bemerkungen
Nur für die Legacy-Form der xls-Datei.
Beispiele
[C#]
if(shape.IsWordArt)
{
//Diese Form ist ein WordArt-Objekt.
}
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells