TextStyle |
TextStyle.align(int alignment) |
Returns a copy of this TextStyle, with the alignment changed to the
argument.
|
TextStyle |
TextStyle.background(int rgb) |
Returns a copy of this TextStyle, with the background changed to the
color described by the argument.
|
TextStyle |
TextStyle.background(int red,
int green,
int blue) |
Returns a copy of this TextStyle, with the background changed to the
color described by the arguments.
|
TextStyle |
TextStyle.background(org.eclipse.swt.graphics.RGB background) |
Returns a copy of this TextStyle, with the background changed to the
argument.
|
TextStyle |
TextStyle.font(java.lang.String name,
int height,
int style) |
Returns a copy of this TextStyle, with the font changed to the font
described by the arguments.
|
TextStyle |
TextStyle.font(org.eclipse.swt.graphics.FontData fontData) |
Returns a copy of this TextStyle, with the font changed to the argument.
|
TextStyle |
TextStyle.fontHeight(int height) |
Returns a copy of this TextStyle, with the font height changed to the
argument.
|
TextStyle |
TextStyle.fontName(java.lang.String name) |
Returns a copy of this TextStyle, with the font name changed to the
argument.
|
TextStyle |
TextStyle.fontStyle(int style) |
Returns a copy of this TextStyle, with the font style changed to the
argument.
|
TextStyle |
TextStyle.foreground(int rgb) |
Returns a copy of this TextStyle, with the foreground changed to the
color described by the argument.
|
TextStyle |
TextStyle.foreground(int red,
int green,
int blue) |
Returns a copy of this TextStyle, with the foreground changed to the
color described by the arguments.
|
TextStyle |
TextStyle.foreground(org.eclipse.swt.graphics.RGB foreground) |
Returns a copy of this TextStyle, with the foreground changed to the
argument.
|
TextStyle |
TextPrint.getStyle() |
Returns the text style.
|
TextStyle |
PageNumberPrint.getTextStyle() |
Returns the text style that will be used to render the page number
|
TextStyle |
TextStyle.strikeout() |
Returns a copy of this TextStyle, with the strikeout flag set to true.
|
TextStyle |
TextStyle.strikeout(boolean strikeout) |
Returns a copy of this TextStyle, with the strikeout flag set to the
argument.
|
TextStyle |
TextStyle.underline() |
Returns a copy of this TextStyle, with the underline flag set to true.
|
TextStyle |
TextStyle.underline(boolean underline) |
Returns a copy of this TextStyle, with the underline flag set to the
argument.
|