CellTextVerticalType Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic TextVerticalType TextVerticalType { get; set; }
Public Property TextVerticalType As TextVerticalType
Get
Set
public:
virtual property TextVerticalType TextVerticalType {
TextVerticalType get () sealed;
void set (TextVerticalType value) sealed;
}
abstract TextVerticalType : TextVerticalType with get, set
override TextVerticalType : TextVerticalType with get, set
Property Value
Type:
TextVerticalTypeImplements
ICellTextVerticalType
See Also