Class UnprotectedRegion
Represents a region in a document that is exempt from protection.
Inheritance
System.Object
UnprotectedRegion
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class UnprotectedRegion : Object
Constructors
UnprotectedRegion()
Declaration
public UnprotectedRegion()
Properties
EndLocation
Gets or sets the end location of the region.
Declaration
public ContentElement EndLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentElement |
Identifier
Gets or sets the identifier or name of the region.
Declaration
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartLocation
Gets or sets the start location of the region.
Declaration
public ContentElement StartLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentElement |