バージョン

GetResolvedStyle メソッド (RichTextStyleBase)

すべての設定がデフォルト値に解決された元のスタイルと等しいスタイルを取得します。
シンタックス
'宣言
 
Public Shared Function GetResolvedStyle( _
   ByVal originalStyle As RichTextStyleBase, _
   Optional ByVal context As NodeBase _
) As RichTextStyleBase
public static RichTextStyleBase GetResolvedStyle( 
   RichTextStyleBase originalStyle,
   NodeBase context
)

パラメータ

originalStyle
解決する元のスタイル。
context
RootNode.Settings デフォルト値を継承するためのコンテキストを提供するドキュメントからのノード。

戻り値の型

解決された設定を持つ等しいスタイル。
参照