次の方法で共有


SharedParagraphIdFeatureExtensions.Add メソッド

定義

オーバーロード

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)

パラメーター

shared
ISharedFeature<IParagraphIdCollectionFeature>

共有コレクション機能。

doc
WordprocessingDocument

共有段落コレクションに登録するドキュメント。

戻り値

適用対象

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)

パラメーター

shared
ISharedFeature<IParagraphIdCollectionFeature>

共有コレクション機能。

paragraphIds
IEnumerable<String>

共有コレクションに含める段落 ID。

戻り値

適用対象