SharedParagraphIdFeatureExtensions.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Fonctionnalité de collection partagée.
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
Fonctionnalité de collection partagée.
- paragraphIds
- IEnumerable<String>
ID de paragraphe à inclure dans la collection partagée.