|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.html.HtmlEncoder
public final class HtmlEncoder
This class converts a String
to the HTML-format of a String.
To convert the String
, each character is examined:
Example:
String htmlPresentation = HtmlEncoder.encode("Marie-Thérèse Sørensen");
for more info: see O'Reilly; "HTML: The Definitive Guide" (page 164)
Field Summary | |
---|---|
private static String[] |
htmlCode
List with the HTML translation of all the characters. |
Constructor Summary | |
---|---|
private |
HtmlEncoder()
This class will never be constructed. |
Method Summary | |
---|---|
static String |
encode(Color color)
Converts a Color into a HTML representation of this Color . |
static String |
encode(String string)
Converts a String to the HTML-format of this String . |
static String |
getAlignment(int alignment)
Translates the alignment value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final String[] htmlCode
Constructor Detail |
---|
private HtmlEncoder()
HtmlEncoder only contains static methods.
Method Detail |
---|
public static String encode(String string)
String
to the HTML-format of this String
.
string
- The String
to convert
String
public static String encode(Color color)
Color
into a HTML representation of this Color
.
color
- the Color
that has to be converted.
public static String getAlignment(int alignment)
alignment
- the alignment value
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |