text_direction propiedad
text_direction propiedad
Obtiene/establece la dirección del flujo de texto para este objeto.
Ejemplo
from aspose.cells import TextDirectionType
if shape.text_direction == TextDirectionType.CONTEXT:
shape.text_direction = TextDirectionType.LEFT_TO_RIGHT
Definición:
@property
def text_direction(self):
...
@text_direction.setter
def text_direction(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
RadioButton
- clase
TextDirectionType