Class FieldCharacter
Special inline marker that delimits field boundaries (Start, Separator, End) in the document's inline flow.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class FieldCharacter : AnnotationMarkerBase
Properties
FieldCharacterType
Gets the type of this field character indicating whether it marks the start, separator, or end of a field.
Declaration
public FieldCharacterType FieldCharacterType { get; }
Property Value
|
FieldCharacterType
The type of the field character. |
FieldInfo
Gets the field information structure that associates this character with its start, separator, and end markers.
Declaration
public FieldInfo FieldInfo { get; }
Property Value
|
FieldInfo
The field info. |