Class TAnnotation

Unit

Declaration

type TAnnotation = class(TElement)

Description

A text note which also contains information about who made the statement and when. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property author : TElement read Getauthor write Setauthor;
Public property time_ : string read Gettime_ write Settime_;
Public property time_Element : TdateTime_ read Gettime_Element write Settime_Element;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property author : TElement read Getauthor write Setauthor;

The individual responsible for making the annotation.

Public property time_ : string read Gettime_ write Settime_;

Indicates when this particular annotation was made.

Public property time_Element : TdateTime_ read Gettime_Element write Settime_Element;
 
Public property text : string read Gettext write Settext;

The text of the annotation.

Public property textElement : Tstring read GettextElement write SettextElement;
 

Generated by PasDoc 0.15.0.