HyperWorks Desktop

*NoteAlignment() - HyperGraph

Specifies the paragraph alignment of note text.

*NoteAlignment() - HyperGraph

Specifies the paragraph alignment of note text.

Previous topic Next topic No expanding text in this topic  

*NoteAlignment() - HyperGraph

Specifies the paragraph alignment of note text.

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

Syntax

*NoteAlignment(Left/Center/Right)

Arguments

Name

Description

 

Left

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

 

Center

Centers note text in the note box.

 

Right

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

Example

*BeginPlot()

 • • •

 *BeginNote(On, "Note 1")

         *Attach(Curve)

         *Position(-5312.61, -2399.28)

         *BeginText()

                 *Text("Point {x},{y}")

                 *Text("{Slope}")

         *EndText()

         *Font(12)

         *NoteAlignment(Left)

         *CurveAttachment(0, 163)

 *EndNote()

 • • •

*EndPlot()

Application

HyperView, HyperGraph, and MediaView.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Comments

If no alignment is specified, the text is left aligned.

See also

 

*Attach() - Plot

*BeginNote()

*BeginText()

*CurveAttachment()

*Font()

*Position() – legends

*Position() - notes

*Text()

List of Session Statements