Style Class [PHP]

Summary

Properties Description
Align Get or set horizontal alignment.
Valign Get or set vertical alignment.
Wrap Get or set whether text is wrapped.

Properties Detail

AlignTop

string Align

Get or set horizontal alignment.

Default value : "left"

Allowed values :

  • "left" : Text aligns in left side
  • "center" : Text aligns in center
  • "right" : Text aligns in right side

Show/Hide Code

Supported from version: 1.0.0.0

ValignTop

string Valign

Get or set vertical alignment.

Default value : "left"

Allowed values :

  • "top" : Top alignment
  • "middle" : Middle alignment
  • "left" : Bottom alignment

Show/Hide Code

Supported from version: 1.0.0.0

WrapTop

bool Wrap

Get or set whether text is wrapped.

Show/Hide Code

Supported from version: 1.0.0.0