Uses of Class
com.lowagie.text.rtf.graphic.RtfShapePosition
-
Packages that use RtfShapePosition Package Description com.lowagie.text.rtf.graphic -
-
Uses of RtfShapePosition in com.lowagie.text.rtf.graphic
Fields in com.lowagie.text.rtf.graphic declared as RtfShapePosition Modifier and Type Field Description private RtfShapePosition
RtfShape. position
The RtfShapePosition that defines position settings for this RtfShape.Constructors in com.lowagie.text.rtf.graphic with parameters of type RtfShapePosition Constructor Description RtfShape(int type, RtfShapePosition position)
Constructs a new RtfShape of a given shape at the given RtfShapePosition.
-