public class RtfHeaderColor extends RtfHeader implements Comparable<RtfHeaderColor>
| Modifier and Type | Method and Description |
|---|---|
RtfHeader |
at(int colorindex)
Sets a color at a certain index.
|
int |
compareTo(RtfHeaderColor other) |
public RtfHeader at(int colorindex)
RtfException
will be thrown.colorindex - Index of the color.RtfHeaderpublic int compareTo(RtfHeaderColor other)
compareTo in interface Comparable<RtfHeaderColor>Copyright © 2010–2015 Tutego. All rights reserved.