IBasePortionFormatIsHardUnderlineLine Property |
Determines whether the underline style has own LineFormat properties or inherits it
from the LineFormat properties of the text.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxNullableBool IsHardUnderlineLine { get; set; }
Property IsHardUnderlineLine As NullableBool
Get
Set
property NullableBool IsHardUnderlineLine {
NullableBool get ();
void set (NullableBool value);
}
abstract IsHardUnderlineLine : NullableBool with get, set
Property Value
Type:
NullableBool
See Also