ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class Alignment

System.Object
  extended byActiveXLS.Constants.Alignment

public class Alignment
extends System.Object

This class contains the constants for vertical and horizontal text alignment when formatting cells.


Constant Summary
const System.String ALIGNMENT_BOTTOM
          A constant indicating bottom vertical text alignment.
const System.String ALIGNMENT_CENTER
          A constant indicating center horizontal text alignment.
const System.String ALIGNMENT_CENTER_ACROSS_SELECTION
          A constant indicating center across selection horizontal text alignment.
const System.String ALIGNMENT_FILL
          A constant indicating fill horizontal text alignment.
const System.String ALIGNMENT_GENERAL
          A constant indicating general horizontal text alignment.
const System.String ALIGNMENT_JUSTIFY
          A constant indicating justify horizontal text alignment.
const System.String ALIGNMENT_LEFT
          A constant indicating left horizontal text alignment.
const System.String ALIGNMENT_MIDDLE
          A constant indicating middle vertical text alignment.
const System.String ALIGNMENT_RIGHT
          A constant indicating right horizontal text alignment.
const System.String ALIGNMENT_TOP
          A constant indicating top vertical text alignment.
 
Constructor Summary
Alignment()
           
   

Constant Detail

ALIGNMENT_GENERAL

public const System.String ALIGNMENT_GENERAL
A constant indicating general horizontal text alignment. Embedded value is "general".

See Also:
Constant Values

ALIGNMENT_CENTER

public const System.String ALIGNMENT_CENTER
A constant indicating center horizontal text alignment. Embedded value is "center".

See Also:
Constant Values

ALIGNMENT_LEFT

public const System.String ALIGNMENT_LEFT
A constant indicating left horizontal text alignment. Embedded value is "left".

See Also:
Constant Values

ALIGNMENT_RIGHT

public const System.String ALIGNMENT_RIGHT
A constant indicating right horizontal text alignment. Embedded value is "right".

See Also:
Constant Values

ALIGNMENT_FILL

public const System.String ALIGNMENT_FILL
A constant indicating fill horizontal text alignment. Embedded value is "fill".

See Also:
Constant Values

ALIGNMENT_JUSTIFY

public const System.String ALIGNMENT_JUSTIFY
A constant indicating justify horizontal text alignment. Embedded value is "justify".

See Also:
Constant Values

ALIGNMENT_CENTER_ACROSS_SELECTION

public const System.String ALIGNMENT_CENTER_ACROSS_SELECTION
A constant indicating center across selection horizontal text alignment. Embedded value is "center across selection".

See Also:
Constant Values

ALIGNMENT_TOP

public const System.String ALIGNMENT_TOP
A constant indicating top vertical text alignment. Embedded value is "top".

See Also:
Constant Values

ALIGNMENT_MIDDLE

public const System.String ALIGNMENT_MIDDLE
A constant indicating middle vertical text alignment. Embedded value is "middle".

See Also:
Constant Values

ALIGNMENT_BOTTOM

public const System.String ALIGNMENT_BOTTOM
A constant indicating bottom vertical text alignment. Embedded value is "bottom".

See Also:
Constant Values
Constructor Detail

Alignment

public Alignment()

Copyright 2009 On Time Computing Solutions