Uses of Class
com.lowagie.text.rtf.style.RtfColor
-
Packages that use RtfColor Package Description com.lowagie.text.rtf.document com.lowagie.text.rtf.style com.lowagie.text.rtf.table com.lowagie.text.rtf.text -
-
Uses of RtfColor in com.lowagie.text.rtf.document
Methods in com.lowagie.text.rtf.document with parameters of type RtfColor Modifier and Type Method Description int
RtfDocumentHeader. getColorNumber(RtfColor color)
Gets the number of the specified RtfColor -
Uses of RtfColor in com.lowagie.text.rtf.style
Fields in com.lowagie.text.rtf.style declared as RtfColor Modifier and Type Field Description private RtfColor
RtfFont. color
The color of this fontFields in com.lowagie.text.rtf.style with type parameters of type RtfColor Modifier and Type Field Description private java.util.List<RtfColor>
RtfColorList. colorList
ArrayList containing all colors of this RtfColorListMethods in com.lowagie.text.rtf.style with parameters of type RtfColor Modifier and Type Method Description int
RtfColorList. getColorNumber(RtfColor color)
Returns the index of the given RtfColor in the color list.Constructors in com.lowagie.text.rtf.style with parameters of type RtfColor Constructor Description RtfColor(RtfDocument doc, RtfColor col)
Constructs a RtfColor as a clone of an existing RtfColor -
Uses of RtfColor in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table declared as RtfColor Modifier and Type Field Description private RtfColor
RtfCell. backgroundColor
The background color of this RtfCellprivate RtfColor
RtfBorder. borderColor
The color of this RtfBorderMethods in com.lowagie.text.rtf.table that return RtfColor Modifier and Type Method Description protected RtfColor
RtfBorder. getBorderColor()
Gets the color of this RtfBorderprotected RtfColor
RtfCell. getRtfBackgroundColor()
Get the background color of this RtfCell -
Uses of RtfColor in com.lowagie.text.rtf.text
Fields in com.lowagie.text.rtf.text declared as RtfColor Modifier and Type Field Description private RtfColor
RtfChunk. background
An optional background color.
-