PresentationFormattedTextFragment

PresentationFormattedTextFragment class

PowerPoint ドキュメント内の書式設定されたテキストのフラグメントを表します。

public class PresentationFormattedTextFragment : FormattedTextFragment, 
    IPresentationHyperlinkContainer

プロパティ

名前 説明
override BackgroundColor { get; } テキストの背景色を取得します。
override Font { get; } テキストのフォントを取得します。
override ForegroundColor { get; } テキストの前景色を取得します。
override Text { get; } フラグメント テキストを取得します。

メソッド

名前 説明
GetHyperlink(PresentationHyperlinkActionType) テキストに関連付けられたハイパーリンクを取得します。
SetHyperlink(PresentationHyperlinkActionType, string) テキストに関連付けられたハイパーリンクを設定します。

関連項目