Uses of Class
com.lowagie.text.rtf.style.RtfColor
Packages that use RtfColor
Package
Description
-
Uses of RtfColor in com.lowagie.text.rtf.document
Methods in com.lowagie.text.rtf.document with parameters of type RtfColorModifier and TypeMethodDescriptionintRtfDocumentHeader.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 RtfColorFields in com.lowagie.text.rtf.style with type parameters of type RtfColorModifier and TypeFieldDescriptionRtfColorList.colorListArrayList containing all colors of this RtfColorListMethods in com.lowagie.text.rtf.style with parameters of type RtfColorModifier and TypeMethodDescriptionintRtfColorList.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 RtfColorModifierConstructorDescriptionRtfColor(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 RtfColorModifier and TypeFieldDescriptionprivate RtfColorRtfCell.backgroundColorThe background color of this RtfCellprivate final RtfColorRtfBorder.borderColorThe color of this RtfBorderMethods in com.lowagie.text.rtf.table that return RtfColorModifier and TypeMethodDescriptionprotected RtfColorRtfBorder.getBorderColor()Gets the color of this RtfBorderprotected RtfColorRtfCell.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 RtfColorModifier and TypeFieldDescriptionprivate RtfColorRtfChunk.backgroundAn optional background color.