public abstract class RtfHeader extends Object
| Modifier and Type | Method and Description |
|---|---|
static RtfHeaderColor |
color(int r,
int g,
int b)
Creates a new color definition.
|
static RtfHeaderFont |
font(String fontname)
Creates a new font definition.
|
public static RtfHeaderFont font(String fontname)
fontname - Name of the font.RtfHeaderFont to configure the font.public static RtfHeaderColor color(int r, int g, int b)
r - Red.g - Green.b - Blue.RtfHeaderColor to set the position of the font.Copyright © 2010–2015 Tutego. All rights reserved.