Java Utililty Methods Terminal Output Format

List of utility methods to do Terminal Output Format

Description

The list of methods to do Terminal Output Format are organized into topic(s).

Method

StringitalicText(String str)
Creates a string with italic style.
return INTERNAL_MARKER + ITALIC + str + INTERNAL_MARKER + ITALIC_OFF;
StringitalicText(String str)
italic Text
return INTERNAL_MARKER + ITALIC + str + INTERNAL_MARKER + ITALIC_OFF;