Visit Gigasoft's Web Site
 ProEssentials v9 Help

TAJustification

Scope

Pe3do, Pepso, Pego, Pesgo

Type

Property Array of type Int32

Default

PETAJ_LEFT

.NET

PeAnnotation.Table.Justification

Ocx|Vcl

TAJustification

DLL

PEP_naTAJUSTIFICATION

 

Purpose

This property controls how table annotation text of individual cells are justified. This will not justify symbols used in the table annotations.

 

.NET Gigasoft.Enums.

ActiveX and

 

TAJustification.

DLL Constants

Description

Left

PETAJ_LEFT (0)

Left

Center

PETAJ_CENTER (1)

Center

Right

PETAJ_RIGHT (2)

Right

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eTAJustification = (xLeftJustification, xCenterJustification, xRightJustification);

 

Comments

PeAnnotation.Table.Justification members of Pe3do.PeAnnotation.Table, Pepso.PeAnnotation.Table, Pego.PeAnnotation.Table, Pesgo.PeAnnotation.Table

 

See Chapter 7, Common Question 37 for more information on table annotations.

 

See Also: ShowAllTableAnnotations,and ShowTableAnnotation