|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.printing.TextAttributes
Class that represents possible attributes in text (font type, font style and font size).
| Field Summary | |
static java.lang.String |
ALGERIAN
|
static java.lang.String |
ARIAL
|
static int |
BOLD
|
static int |
BOLD_ITALICS
|
static int |
BOLD_ITALICS_UNDERLINED
|
static int |
BOLD_UNDERLINED
|
static java.lang.String |
COURIER
|
protected java.lang.String |
endStyleTag
|
static int |
EXTRA_LARGE
|
protected java.lang.String |
font
|
static int |
HUGE
|
static int |
ITALICS
|
static int |
ITALICS_UNDERLINED
|
static int |
LARGE
|
static java.lang.String |
MS_SERIF
|
static int |
NORMAL
|
static int |
REGULAR
|
protected int |
size
|
static int |
SMALL
|
protected java.lang.String |
startStyleTag
|
protected int |
style
|
static int |
SUBRAYADO
|
static java.lang.String |
SYMBOL
|
static java.lang.String |
SYSTEM
|
static java.lang.String |
TIMES_NEW_ROMAN
|
static int |
VERY_LARGE
|
static int |
VERY_SMALL
|
static java.lang.String |
WINDSORT
|
| Constructor Summary | |
TextAttributes()
Empty constructor. |
|
TextAttributes(java.lang.String fonttype,
int fontsize,
int fontstyle)
Builds an object TextAttributes with specific values for attributes. |
|
| Method Summary | |
static TextAttributes |
getDefaultAttributes()
Creates and gets the default attributes: font type: COURIER; font-size: SMALL and font-size: NORMAL. |
java.lang.String |
getEndTag()
Gets the end tag (... |
java.lang.String |
getStartTag()
Gets the start tag (). |
void |
setFontSize(int fontsize)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ALGERIAN
public static final java.lang.String ARIAL
public static final java.lang.String TIMES_NEW_ROMAN
public static final java.lang.String COURIER
public static final java.lang.String MS_SERIF
public static final java.lang.String SYMBOL
public static final java.lang.String SYSTEM
public static final java.lang.String WINDSORT
public static final int BOLD
public static final int ITALICS
public static final int SUBRAYADO
public static final int BOLD_ITALICS
public static final int BOLD_UNDERLINED
public static final int ITALICS_UNDERLINED
public static final int BOLD_ITALICS_UNDERLINED
public static final int NORMAL
public static final int VERY_SMALL
public static final int SMALL
public static final int REGULAR
public static final int LARGE
public static final int VERY_LARGE
public static final int EXTRA_LARGE
public static final int HUGE
protected java.lang.String font
protected int size
protected int style
protected java.lang.String startStyleTag
protected java.lang.String endStyleTag
| Constructor Detail |
public TextAttributes()
public TextAttributes(java.lang.String fonttype,
int fontsize,
int fontstyle)
TextAttributes with specific values for attributes.
fonttype - The font typefontsize - The font sizefontstyle - The font style| Method Detail |
public static TextAttributes getDefaultAttributes()
public java.lang.String getStartTag()
public java.lang.String getEndTag()
public void setFontSize(int fontsize)
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||