共用方式為


ParagraphIdOptions Class

Definition

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.

Applies to