1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents.WordProcessing
  6. /
  7. WordProcessingWordArtShapeFormattedTextFragment

WordProcessingWordArtShapeFormattedTextFragment

WordProcessingWordArtShapeFormattedTextFragment class

Represents a fragment of formatted text in a WordArt shape.

public class WordProcessingWordArtShapeFormattedTextFragment : FormattedTextFragment

Properties

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

See Also