public class TaggedText2HtmlTranslator extends Object
| Constructor and Description |
|---|
TaggedText2HtmlTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createChar(String tagChar) |
protected String |
createHtml(String text) |
protected String |
createLineTag(String tagType,
String tagValue) |
protected String |
createListtypeTag(String tagValue,
List<String> openTags) |
protected String |
createParagraphTag(List<String> openTags) |
protected String |
createTag(String tagType,
String tagValue,
List<String> openTags) |
protected String |
createTypefaceTag(String tagValue,
List<String> openTags) |
String |
translate(String taggedText)
Translates InDesign Tagged Text within the given text into HTML tags.
|
Copyright © 2017 SAP SE. All Rights Reserved.