StyleSettingsIsBold Property |
Gets or sets a value indicating whether this is bold.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic bool IsBold { get; set; }
Public Property IsBold As Boolean
Get
Set
public:
property bool IsBold {
bool get ();
void set (bool value);
}
member IsBold : bool with get, set
Property Value
Type:
Boolean
See Also