You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a value indicating whether or not paragraph ids should be auto-generated on elements.
12
+
/// Gets or sets a value indicating whether or not paragraph ids should be auto-generated on elements.
13
13
/// </summary>
14
-
publicboolAutoGenerateIds{get;init;}=true;
14
+
publicboolAutoGenerateIds{get;set;}=true;
15
15
16
16
/// <summary>
17
-
/// Gets 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.
17
+
/// 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.
0 commit comments