Class TNarrative

Unit

Declaration

type TNarrative = class(TElement)

Description

A human-readable formatted text, including images. 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 status : string read Getstatus write Setstatus;
Public property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement;
Public property div_ : string read Getdiv_ write Setdiv_;

Description

Methods

Public constructor Create; override;
 

Properties

Public property status : string read Getstatus write Setstatus;

The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.

Public property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement;
 
Public property div_ : string read Getdiv_ write Setdiv_;

The actual narrative content, a stripped down version of XHTML.


Generated by PasDoc 0.15.0.