Interface IUnderline
Assembly: IronPPT.dll
Syntax
public interface IUnderline
Properties
Color
Declaration
IColor Color { get; set; }
Property Value
FillColorFollowText
Declaration
Nullable<bool> FillColorFollowText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
GradientFill
Declaration
IGradient GradientFill { get; set; }
Property Value
LineJoinBevel
Declaration
Nullable<bool> LineJoinBevel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LineValue
Declaration
Nullable<UnderlineValues> LineValue { get; set; }
Property Value
NoFill
Declaration
Nullable<bool> NoFill { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PresetDash
Declaration
Nullable<PresetLineDashValues> PresetDash { get; set; }
Property Value
Methods
Clone()
Declaration
Returns