PresentationFormattedTextFragment

PresentationFormattedTextFragment class

Represents a fragment of formatted text in a PowerPoint document.

public class PresentationFormattedTextFragment : FormattedTextFragment, 
    IPresentationHyperlinkContainer

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.

Methods

Name Description
GetHyperlink(PresentationHyperlinkActionType) Gets the hyperlink associated with the text.
SetHyperlink(PresentationHyperlinkActionType, string) Sets the hyperlink associated with the text.

See Also