API Reference
Class
OdtField
An XML-backed ODT field with cached display text.
Inheritance
- Object
- OdtField
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 OdtInlineNode.Field
- Method OdtParagraph.AddField
- Property OdtParagraph.Fields
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OdtFieldKind Kind { get; } #The field's native ODF kind.
public String DisplayText { get; set; } #Cached text shown until the document application refreshes the field.
public Boolean IsFixed { get; set; } #Whether the displayed value is fixed instead of refreshed. Page count is always dynamic.
public Boolean IsBasic { get; } #True when the field has no style, offset, value override, or unrecognized property.