HyperWorks Desktop

*NoteAlignment() - HyperView

Specifies the note’s text alignment.

*NoteAlignment() - HyperView

Specifies the note’s text alignment.

Previous topic Next topic No expanding text in this topic  

*NoteAlignment() - HyperView

Specifies the note’s text alignment.

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

Syntax

*NoteAlignment(alignment)

Argument

Name

Description

 

alignment

Left

Aligns the note text along the left border of the note box.

Center

Centers the note text in the note box.

Right

Aligns the note text along the right border of the note box.

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.

See also

 

*BeginNote()

List of Session Statements