OutSystems Forge 日本語データベース

MSWordUtils

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-09-28 1.0.0 Stuart Harris All All Libraries
DocX(https://github.com/xceedsoftware/DocX)を使用してMicrosoft Word文書を作成して操作する(2007年以降)
効率的にMSWord文書を操作して生成します。 ドキュメントに対するすべての変更は記録され、ドキュメントが生成されたときにのみ実行されます。 ライブラリは、ドキュメントテンプレートと空白生成ドキュメントの両方で動作します。 オペレーションには テキストを挿入し、オプションで色、フォント、フォントサイズ、およびスタイル(太字/斜体/など)を指定します。 テキストマーカを使用してテキストを置き換える、 ブックマークにテキストを挿入する、 ブックマークにテーブルを定義して挿入し、 ブックマークに画像を挿入します。 .NETバックエンドでのみ動作します。 下のDocXライブラリフォームXceedを使用します。 MSWordの操作を基になる拡張から抽象化するライブラリを提供します。これにより、ライブラリインターフェイスを変更せずに別の拡張が将来置き換えることができます。

[Overview]
Create and manipulate Microsoft word documents (2007 onwards) using DocX (https://github.com/xceedsoftware/DocX)
[Detail]
Manipulate and generate MSWord documents efficiently. All changes to a document are recorded and only executed when the document is generated. The library works with both document templates and blank generated documents. Operations include insert text, optionally specifying color, font, font size, and style (bold/italic/etc), replace text via text markers, insert text at a bookmark, define and insert a table at a bookmark, insert a picture at a bookmark. Only works with .NET backend. Uses the DocX library form Xceed underneath. Provides a library that abstracts MSWord manipulations from the underlying extension so another extension can replace it in future without changing the library interface.
戻る