Search Results for

    Show / Hide Table of Contents

    Class Italic

    Represents italic character formatting.

    Inheritance
    object
    AbstractFormattingItem
    AbstractBooleanFormatting
    Italic
    Implements
    IFormattingItem
    ICloneable
    Inherited Members
    AbstractBooleanFormatting.Value
    AbstractBooleanFormatting.StringValue
    AbstractBooleanFormatting.LocalizedStringValue
    AbstractFormattingItem.GetDefaultName(MemberInfo)
    AbstractFormattingItem.Equals(object)
    AbstractFormattingItem.GetHashCode()
    AbstractFormattingItem.ToString()
    AbstractFormattingItem.FormattingName
    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 Italic : AbstractBooleanFormatting, IFormattingItem, ICloneable

    Constructors

    Italic()

    Creates a formatting representing italic explicitly turned on.

    Declaration
    public Italic()

    Italic(bool)

    Creates a formatting representing italic explicitly turned on or off.

    Declaration
    public Italic(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
    AbstractFormattingItem.LocalizedFormattingName

    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 key/value pair.

    Methods

    AcceptVisitor(IFormattingVisitor)

    Calls VisitItalic(Italic) on the visitor.

    Declaration
    public override void AcceptVisitor(IFormattingVisitor visitor)
    Parameters
    Type Name Description
    IFormattingVisitor visitor
    Overrides
    AbstractFormattingItem.AcceptVisitor(IFormattingVisitor)

    Clone()

    Creates a clone of this object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    object
    Overrides
    AbstractFormattingItem.Clone()

    Implements

    IFormattingItem
    ICloneable
    In this article
    • Constructors
      • Italic()
      • Italic(bool)
    • Properties
      • LocalizedFormattingName
      • Name
    • Methods
      • AcceptVisitor(IFormattingVisitor)
      • Clone()
    • Implements
    Back to top Generated by DocFX