1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Search
  6. /
  7. FormattedTextFragment

FormattedTextFragment

FormattedTextFragment class

Provides abstract base class for a fragment of formatted text in a content.

public abstract class FormattedTextFragment

Properties

Name Description
abstract BackgroundColor { get; } Gets the background color of the text.
abstract Font { get; } Gets the font of the text.
abstract ForegroundColor { get; } Gets the foreground color of the text.
abstract Text { get; } Gets the fragment text.

See Also