ParagraphIdFeatureExtensions.AddParagraphIdFeature Method
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.
Add the paragraph id feature if not already registered.
public static void AddParagraphIdFeature (this DocumentFormat.OpenXml.Packaging.WordprocessingDocument doc, DocumentFormat.OpenXml.Features.ParagraphIdOptions? options = default);
static member AddParagraphIdFeature : DocumentFormat.OpenXml.Packaging.WordprocessingDocument * DocumentFormat.OpenXml.Features.ParagraphIdOptions -> unit
<Extension()>
Public Sub AddParagraphIdFeature (doc As WordprocessingDocument, Optional options As ParagraphIdOptions = Nothing)
Parameters
Document to add feature to.
- options
- ParagraphIdOptions
Options of how paragraph ids should be generated.