次の方法で共有


SharedParagraphIdFeatureExtensions.AddSharedParagraphIdFeature メソッド

定義

共有段落 ID コレクションのドキュメントを登録します。

public static DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature> AddSharedParagraphIdFeature (this DocumentFormat.OpenXml.Packaging.WordprocessingDocument doc);
static member AddSharedParagraphIdFeature : DocumentFormat.OpenXml.Packaging.WordprocessingDocument -> DocumentFormat.OpenXml.Features.ISharedFeature<DocumentFormat.OpenXml.Features.IParagraphIdCollectionFeature>
<Extension()>
Public Function AddSharedParagraphIdFeature (doc As WordprocessingDocument) As ISharedFeature(Of IParagraphIdCollectionFeature)

パラメーター

doc
WordprocessingDocument

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

戻り値

既存または新しい共有コレクション。

適用対象