TextReference
Creates a text reference for a given ID (you need to assign an ID to a definition for referencing it). It returns the text where the ID was found.
constructor(id: string)
new TextReference('page2_header_id').end;
Types
ITextReference
TextReference properties (extends from IStyleDefinition).
readonly
textReference:string
;