Class
FieldCharacter

Special inline marker that delimits field boundaries (Start, Separator, End) in the document's inline flow.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public sealed class FieldCharacter : AnnotationMarkerBase

Inheritance: objectDocumentElementBaseInlineBaseAnnotationMarkerBaseFieldCharacter

Inherited Members InlineBase.ParagraphDocumentElementBase.EnumerateChildrenOfType<T>()DocumentElementBase.DocumentDocumentElementBase.Parent

Properties

FieldCharacterType

Gets the type of this field character indicating whether it marks the start, separator, or end of a field.

Declaration

cs-api-definition
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

cs-api-definition
public FieldInfo FieldInfo { get; }

Property Value

FieldInfo

The field info.

In this article
DefinitionPropertiesFieldCharacterTypeFieldInfo
Not finding the help you need?
Contact Support