SharedParagraphIdFeatureExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of extensions that will add support for shared IParagraphIdCollectionFeature instances among multiple documents.
public static class SharedParagraphIdFeatureExtensions
type SharedParagraphIdFeatureExtensions = class
Public Module SharedParagraphIdFeatureExtensions
- Inheritance
-
SharedParagraphIdFeatureExtensions
Methods
Add(ISharedFeature<IParagraphIdCollectionFeature>, IEnumerable<String>) |
Add arbitrary values to be tracked as a shared collection. |
Add(ISharedFeature<IParagraphIdCollectionFeature>, WordprocessingDocument) |
Registers a document to use a shared paragraph collection, which potentially may ensure uniqueness among many documents. |
AddSharedParagraphIdFeature(WordprocessingDocument) |
Registers a document for a shared paragraph id collection. |