Wrapping Style

Wrapping style defines how contents flow around a painter object.

Wrapping Style

Description

WRAP_NONE

No wrapping. The painter element is printed as a background. The content flows on top of this painter.

WRAP_LEFT

Allow contents to wrap around the painter on the left.

WRAP_RIGHT

Allow contents to wrap around the painter on the right.

WRAP_BOTH

Allow contents to wrap on both sides of the painter.

WRAP_TOP_BOTTOM

No wrapping around either sides of the painter.

Type

integer

Example

wrapping = StyleConstant.WRAP_RIGHT;

 

<< TextBox Shapes © 1996-2013 InetSoft Technology Corporation (v11.4) Appendix CT: Chart Script Tutorial >>