バージョン

LoadFromWord(RichTextDocument,String,WordLoadOptions) メソッド

ファイルの Microsoft Word コンテンツをドキュメントに読み込みます。
シンタックス
'宣言
 
Public Overloads Shared Sub LoadFromWord( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal filePath As String, _
   Optional ByVal options As WordLoadOptions _
) 
public static void LoadFromWord( 
   Infragistics.Documents.RichText.RichTextDocument document,
   string filePath,
   WordLoadOptions options
)

パラメータ

document
コンテンツを読み込む先のドキュメント。
filePath
Microsoft Word コンテンツを含むファイルへのパス。
options
コンテンツを読み込むときに使用するオプション。
参照