Uses of Class
com.lowagie.text.rtf.graphic.RtfShapeProperty
-
Packages that use RtfShapeProperty Package Description com.lowagie.text.rtf.graphic -
-
Uses of RtfShapeProperty in com.lowagie.text.rtf.graphic
Fields in com.lowagie.text.rtf.graphic with type parameters of type RtfShapeProperty Modifier and Type Field Description private java.util.Map<java.lang.String,RtfShapeProperty>
RtfShape. properties
A HashMap with RtfShapePropertys that define further shape properties.Methods in com.lowagie.text.rtf.graphic with parameters of type RtfShapeProperty Modifier and Type Method Description void
RtfShape. setProperty(RtfShapeProperty property)
Sets a property.
-