Class Strikethrough
Represents overstrike character formatting.
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.Formatting
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class Strikethrough : AbstractBooleanFormatting, IFormattingItem, ICloneable
Constructors
Strikethrough()
Default constructor, creates a formatting with overstrike formatting turned on.
Declaration
public Strikethrough()
Strikethrough(bool)
Creates a formatting object indicating whether overstrike formatting should be explicitly on or off.
Declaration
public Strikethrough(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | 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 name for this type of formatting.
Declaration
public static string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Typically used during de-serialization from a 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 |