Partager via


SharedParagraphIdFeatureExtensions.Add Méthode

Définition

Surcharges

Add(ISharedFeature<IParagraphIdCollectionFeature>, WordprocessingDocument)

Inscrit un document pour utiliser une collection de paragraphes partagée, ce qui peut potentiellement garantir l’unicité parmi de nombreux documents.

Add(ISharedFeature<IParagraphIdCollectionFeature>, IEnumerable<String>)

Ajoutez des valeurs arbitraires à suivre en tant que collection partagée.

Add(ISharedFeature<IParagraphIdCollectionFeature>, WordprocessingDocument)

Inscrit un document pour utiliser une collection de paragraphes partagée, ce qui peut potentiellement garantir l’unicité parmi de nombreux documents.

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)

Paramètres

shared
ISharedFeature<IParagraphIdCollectionFeature>

Fonctionnalité de collection partagée.

doc
WordprocessingDocument

Document à inscrire auprès de la collection de paragraphes partagée.

Retours

S’applique à

Add(ISharedFeature<IParagraphIdCollectionFeature>, IEnumerable<String>)

Ajoutez des valeurs arbitraires à suivre en tant que collection partagée.

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)

Paramètres

shared
ISharedFeature<IParagraphIdCollectionFeature>

Fonctionnalité de collection partagée.

paragraphIds
IEnumerable<String>

ID de paragraphe à inclure dans la collection partagée.

Retours

S’applique à