[Missing <summary> documentation for "N:Sdl.FileTypeSupport.Framework.Formatting"]

Classes

  ClassDescription
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

  InterfaceDescription
IFormatting Obsolete.
A collection of non-conflicting formatting items that together specify a fully defined formatting or a formatting override. This interface is obsolete and has only been kept for backwards compatibility - IFormattingGroup should be used instead.
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).

Enumerations

  EnumerationDescription
Direction
Reading order directionality for text
TextPosition..::.SuperSub
Vertical position of text relative to normally formatted text