IsTextWrapped
Shape.IsTextWrapped property
Ottiene e imposta il tipo di testo a capo della forma che contiene testo.
public bool IsTextWrapped { get; set; }
Esempi
[C#]
if (shape.IsTextWrapped)
shape.IsTextWrapped = !shape.IsTextWrapped;
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells