BasePortionFormatEscapement Property |
Returns or sets the superscript or subscript text.
Value from -100% (subscript) to 100% (superscript).
float.NaN means value is undefined and should be inherited from the Master.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Escapement { get; set; }
Public Property Escapement As Single
Get
Set
public:
virtual property float Escapement {
float get () sealed;
void set (float value) sealed;
}
abstract Escapement : float32 with get, set
override Escapement : float32 with get, set
Property Value
Type:
SingleImplements
IBasePortionFormatEscapement
See Also