Class FieldCharacter
Field character is a special character which delimits the start and end of a field or separates its field codes from its current field result.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 the field character.
Declaration
public FieldCharacterType FieldCharacterType { get; }
Property Value
FieldCharacterType
The type of the field character. |
FieldInfo
Gets the field info.
Declaration
public FieldInfo FieldInfo { get; }
Property Value
FieldInfo
The field info. |