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

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

Introduction

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

The text is from its open source code.

Field

StringPROPERTY_IMAGE
Property for defining an image.

Constructor

RtfShapeProperty(String name, Object value)
Internally used to create the RtfShape.
RtfShapeProperty(String name, long value)
Constructs a RtfShapeProperty with a long value.
RtfShapeProperty(String name, double value)
Constructs a RtfShapeProperty with a double value.
RtfShapeProperty(String name, boolean value)
Constructs a RtfShapeProperty with a boolean value.
RtfShapeProperty(String name, Color value)
Constructs a RtfShapeProperty with a Color value.
RtfShapeProperty(String name, int[] value)
Constructs a RtfShapeProperty with an int array value.
RtfShapeProperty(String name, Point[] value)
Constructs a RtfShapeProperty with a Point array value.
RtfShapeProperty(String name, Image value)
Constructs a RtfShapeProperty with an Image value.