CitationField
Represents a citation field in a document, containing information related to citations.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class CitationField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldCitationField
Implements:
Inherited Members
Constructors
public CitationField()
Fields
Gets or sets the name of the source for the citation field.
public static readonly FieldPropertyDefinition SourceNameProperty
A string representing the name of the source.
Properties
Gets the name of the field type.
public override string FieldTypeName { get; }
Overrides:
Gets or sets the name of the source associated with the citation field.
[XamlSerializable]
public string SourceName { get; set; }
A string representing the name of the bibliographic source used for the citation.
Methods
Builds the field-specific parts of the code fragment, using the current CodeBuilder.
protected override void BuildCodeOverride()
Overrides:
Copies all properties from another field of the same type.
public override void CopyPropertiesFrom(Field fromField)
The other field, which has to be of the same type as the current instance.
Overrides:
Copies the field-specific properties from a FieldCodeExpression.
protected override void CopyPropertiesFromCodeExpression(FieldCodeExpression fieldCodeExpression)
The field code expression.
Overrides:
Creates a new instance of the current field class.
Builds the result fragment of the field.
protected override DocumentFragment GetResultFragment()
The result fragment.
Overrides: