BasePortionFormatNormaliseHeight Property |
Determines whether the height of a text should be normalized. No inheritance applied.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public NullableBool NormaliseHeight { get; set; }
Public Property NormaliseHeight As NullableBool
Get
Set
public:
virtual property NullableBool NormaliseHeight {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract NormaliseHeight : NullableBool with get, set
override NormaliseHeight : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBasePortionFormatNormaliseHeightSee Also