Java com.lowagie.text.rtf.graphic RtfShape fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.rtf.graphic RtfShape fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.rtf.graphic RtfShape.

The text is from its open source code.

Field

intSHAPE_RECTANGLE
Constant for a rectangle.
intSHAPE_WRAP_LEFT
Text is wrapped on the left side.

Constructor

RtfShape(int type, RtfShapePosition position)
Constructs a new RtfShape of a given shape at the given RtfShapePosition.

Method

voidsetProperty(RtfShapeProperty property)
Sets a property.
voidsetWrapping(int wrapping)
Set the wrapping mode.