TimedTextLine.Subformats プロパティ

定義

TimedTextLine 内の部分文字列の書式設定を提供する TimedTextSubformat オブジェクトの一覧を取得します。

public:
 property IVector<TimedTextSubformat ^> ^ Subformats { IVector<TimedTextSubformat ^> ^ get(); };
IVector<TimedTextSubformat> Subformats();
public IList<TimedTextSubformat> Subformats { get; }
var iVector = timedTextLine.subformats;
Public ReadOnly Property Subformats As IList(Of TimedTextSubformat)

プロパティ値

時間指定されたテキスト行内の部分文字列の書式設定を提供する TimedTextSubformat オブジェクトの一覧。

適用対象

こちらもご覧ください