|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtfColor | |
---|---|
com.lowagie.text.rtf.document | |
com.lowagie.text.rtf.style | |
com.lowagie.text.rtf.table |
Uses of RtfColor in com.lowagie.text.rtf.document |
---|
Methods in com.lowagie.text.rtf.document with parameters of type RtfColor | |
---|---|
int |
RtfDocumentHeader.getColorNumber(RtfColor color)
Gets the number of the specified RtfColor |
Uses of RtfColor in com.lowagie.text.rtf.style |
---|
Methods in com.lowagie.text.rtf.style with parameters of type RtfColor | |
---|---|
int |
RtfColorList.getColorNumber(RtfColor color)
Returns the index of the given RtfColor in the colour list. |
Constructors in com.lowagie.text.rtf.style with parameters of type RtfColor | |
---|---|
RtfColor(RtfDocument doc,
RtfColor col)
Constructs a RtfColor as a clone of an existing RtfColor |
Uses of RtfColor in com.lowagie.text.rtf.table |
---|
Methods in com.lowagie.text.rtf.table that return RtfColor | |
---|---|
protected RtfColor |
RtfCell.getBackgroundColor()
Get the background color of this RtfCell |
protected RtfColor |
RtfBorder.getBorderColor()
Gets the colour of this RtfBorder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |