TextDirection
Shape.TextDirection property
Ottiene/imposta la direzione del flusso di testo per questo oggetto.
public TextDirectionType TextDirection { get; set; }
Esempi
[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;
Guarda anche
- enum TextDirectionType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells