Search Results for

    Show / Hide Table of Contents

    Namespace Sdl.FileTypeSupport.Framework.Formatting

    Classes

    AbstractBooleanFormatting

    Base class for simpe on/off type formatting, such as bold, italic, underline

    AbstractFormattingItem

    Abstract base class for formatting items; provides a default implementation of the IFormattingItem interface, implements Equals(object) and GetHashCode() using the FormattingName and StringValue.

    BackgroundColor

    Formatting that represents the background color of a field

    Bold

    Represents bold character formatting.

    FontName

    Represents a human readable font name for formatted text.

    FontSize

    Represents the font size in points for formatted text.

    Italic

    Represents italic character formatting.

    Strikethrough

    Represents overstrike character formatting.

    TextColor

    Character formatting that represents a text color

    TextDirection

    Formatting representing the direction of the text flow. This is used for custom bi-directional text insertions.

    TextPosition

    Represents superscript or subscript position for the formatted text.

    Underline

    Represents underline formatting.

    UnknownFormatting

    Represents a type of formatting that is unknown. The formatting name and its value can be retrieved from these properties.

    Objects of this type are typically created as a result of parsing formatting types that are not known to the system. This class allows such formatting to be preserved and persisted.

    Interfaces

    IFormattingGroup

    A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override.

    IFormattingItem

    This interface represents an individual formatting property, which is typically used as part of semi-WYSIWYG display formatting.

    IFormattingItemFactory

    This factory can be used to construct formatting items from name/value pair strings, e.g. when de-serializing formatting information.

    IFormattingVisitor

    Visitor interface for formatting items; used in AcceptVisitor(IFormattingVisitor).

    Enums

    TextPosition.SuperSub

    Vertical position of text relative to normally formatted text

    In this article
    • Classes
    • Interfaces
    • Enums
    Back to top Generated by DocFX