IsTextWrapped
Shape.IsTextWrapped property
Obtiene y establece el tipo de ajuste de texto de la forma que contiene texto.
public bool IsTextWrapped { get; set; }
Ejemplos
[C#]
if (shape.IsTextWrapped)
shape.IsTextWrapped = !shape.IsTextWrapped;
Ver también
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells