Class Underline
Represents underline formatting.
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.Formatting
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class Underline : AbstractBooleanFormatting, IFormattingItem, ICloneable
Constructors
Underline()
Default constructor, creates a formatting with underline turned on.
Declaration
public Underline()
Underline(Boolean)
Creates a formatting object indicating whether underline formatting should be explicitly on or off.
Declaration
public Underline(bool value)
Parameters
Type | Name | Description |
---|---|---|
Boolean | value |
|
Properties
LocalizedFormattingName
A localized representation of this type of formatting
Declaration
public override string LocalizedFormattingName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Name
The string used as the name for this type of formatting.
Declaration
public static string Name { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Typically used during de-serialization from key/value pair.
Methods
AcceptVisitor(IFormattingVisitor)
Calls VisitUnderline(Underline) on the visitor.
Declaration
public override void AcceptVisitor(IFormattingVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
IFormattingVisitor | visitor |
Overrides
Clone()
Creates a clone of this object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
Implements
System.ICloneable