BasePortionFormatIsHardUnderlineLine 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: 20.3.0.0 (20.3)
Syntaxpublic NullableBool IsHardUnderlineLine { get; set; }
Public Property IsHardUnderlineLine As NullableBool
Get
Set
public:
virtual property NullableBool IsHardUnderlineLine {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract IsHardUnderlineLine : NullableBool with get, set
override IsHardUnderlineLine : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBasePortionFormatIsHardUnderlineLine
See Also