HyperWorks Desktop

*Text() - HyperView

Starts a block that contains the text for the attached note.

*Text() - HyperView

Starts a block that contains the text for the attached note.

Previous topic Next topic No expanding text in this topic  

*Text() - HyperView

Starts a block that contains the text for the attached note.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Text(value)

Argument

Name

Description

 

value

The value of the attached note.

Example

*BeginNote(On, "Model Info")

   *Transparent(On)

   *Attach(WINDOW)

   *Position(0.894185, 0.962798)

   *Text("{modeltitle}")

   *Text("{loadcase} : {simulationstep}")

   *Font("Arial", "regular", "regular", 12)

   *Color(1)

   *BorderWidth(0)

   *NoteAlignment(Right)

   *NoteAnchor(Right, Top)

   *TitleFlag(Yes)

*EndNote()

Application

HyperView.

Comments

Templex functions can also be used.

See also

 

*BeginNote()

List of Session Statements