ParagraphIdOptions 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.
Options to declare how paragraph ids should be generated.
public class ParagraphIdOptions
type ParagraphIdOptions = class
Public Class ParagraphIdOptions
- Inheritance
-
ParagraphIdOptions
Constructors
ParagraphIdOptions() |
Properties
AutoGenerateIds |
Gets or sets a value indicating whether or not paragraph ids should be auto-generated on elements. |
EnsureUniquenessOnExistingNodes |
Gets or sets a value indicating whether or not uniqueness should be guaranteed on elements added to the document. This will change a node's para id if it has already been registered. |