API Reference
Class
OfficeDocumentFormField
Form field or widget emitted by a document read adapter.
Inheritance
- Object
- OfficeDocumentFormField
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OfficeDocumentPage.Forms
- Property OfficeDocumentReadResult.Forms
Constructors
public OfficeDocumentFormField() #Inherited Methods
Properties
public String Id { get; set; } #Stable form-field identifier within the read result.
public String Name { get; set; } #Field name when available.
public String Kind { get; set; } #Normalized or source-specific field kind.
public String Value { get; set; } #Current field value when available.
public Boolean IsReadOnly { get; set; } #True when the source marks the field read-only.
public Boolean IsRequired { get; set; } #True when the source marks the field required.
public ReaderLocation Location { get; set; } #Source location for this field or widget.
public OfficeDocumentRegion Region { get; set; } #Source geometry in points when available.