| Class | Description |
|---|---|
| ConvertTextToRtf |
Convert some known HTML tags to corresponding RTF tags
|
| EscapeHtmlTags |
Replace the < start-of-tag and > end-of-tag characters by corresponding HTML entities.
|
| FormatAbbreviated |
Convert a string to a constant name by:
Abbreviate each word in the name, except the last one to its first letter in upper case.
|
| FormatAllCapital |
Concatenate the words without separators, where all words are in upper case, separated by "_"
|
| FormatAllLower |
Concatenate the words without separators, where all words are in lower case
|
| FormatFirstCapital |
Concatenate the words without separators, where every word is with first letter capitalized
|
| FormatFirstLower |
Concatenate the words without separators, where first one is in lower case, any next one
is with first letter capitalized
|
| FormatHumanReadable |
Concatenate the words separated by a space, where first one starts with upper case, any next one
is in lower case
|
| FormatMaxLength |
Convert a string to a constant name by:
Abbreviate each word in the name, except the last one to its first letter in upper case.
|
| FormatPackageName |
Concatenate the words "." separators, where all words are in lower case.
|
| FormatWordsString |
Extract the words from the string, format them ad concatenate them according
|
| FormatWrapText |
Wrap the provided text by adding the prefix to all lines.
|
| FormatWrapTextJavaDoc |
Wrap and format the text to be included in javadoc (multi-line) comments for class features
(methods and fields).
|
Copyright © 2001–2018 MDA Tools. All rights reserved.