SharedParagraphIdFeatureExtensions.Add メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Add(ISharedFeature<IParagraphIdCollectionFeature>, WordprocessingDocument) |
共有段落コレクションを使用するようにドキュメントを登録します。これにより、多くのドキュメント間で一意性が確保される可能性があります。 |
Add(ISharedFeature<IParagraphIdCollectionFeature>, IEnumerable<String>) |
共有コレクションとして追跡する任意の値を追加します。 |
Add(ISharedFeature<IParagraphIdCollectionFeature>, WordprocessingDocument)
共有段落コレクションを使用するようにドキュメントを登録します。これにより、多くのドキュメント間で一意性が確保される可能性があります。
public static DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> Add (this DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> shared, DocumentFormat.OpenXml.Packaging.WordprocessingDocument doc);
static member Add : DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> * DocumentFormat.OpenXml.Packaging.WordprocessingDocument -> DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature>
<Extension()>
Public Function Add (shared As ISharedFeature(Of IParagraphIdCollectionFeature), doc As WordprocessingDocument) As ISharedFeature(Of IParagraphIdCollectionFeature)
パラメーター
共有コレクション機能。
共有段落コレクションに登録するドキュメント。
戻り値
適用対象
Add(ISharedFeature<IParagraphIdCollectionFeature>, IEnumerable<String>)
共有コレクションとして追跡する任意の値を追加します。
public static DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> Add (this DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> shared, System.Collections.Generic.IEnumerable<string> paragraphIds);
static member Add : DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> * seq<string> -> DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature>
<Extension()>
Public Function Add (shared As ISharedFeature(Of IParagraphIdCollectionFeature), paragraphIds As IEnumerable(Of String)) As ISharedFeature(Of IParagraphIdCollectionFeature)
パラメーター
共有コレクション機能。
- paragraphIds
- IEnumerable<String>
共有コレクションに含める段落 ID。