The RtfShapeProperty stores all shape properties that are
not handled by the RtfShape and RtfShapePosition.
There is a huge selection of properties that can be set. For
the most important properites there are constants for the
property name, for all others you must find the correct
property name in the RTF specification (version 1.6).
The following types of property values are supported:
long
double
boolean
Color
int[]
Point[]
version: $Id: RtfShapeProperty.java 2844 2007-06-19 11:41:07Z psoares33 $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at)