BasePortionFormatTextCapType Property |
Returns or sets the type of text capitalization. No inheritance applied.
Read/write
TextCapType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic TextCapType TextCapType { get; set; }
Public Property TextCapType As TextCapType
Get
Set
public:
virtual property TextCapType TextCapType {
TextCapType get () sealed;
void set (TextCapType value) sealed;
}
abstract TextCapType : TextCapType with get, set
override TextCapType : TextCapType with get, set
Property Value
Type:
TextCapTypeImplements
IBasePortionFormatTextCapType
See Also