public class StyleMapBuilder extends Object
| Constructor and Description |
|---|
StyleMapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
StyleMapBuilder |
bold(HtmlPath path) |
StyleMap |
build() |
StyleMapBuilder |
commentReference(HtmlPath path) |
StyleMapBuilder |
italic(HtmlPath path) |
StyleMapBuilder |
mapBreak(BreakMatcher matcher,
HtmlPath path) |
StyleMapBuilder |
mapParagraph(ParagraphMatcher matcher,
HtmlPath path) |
StyleMapBuilder |
mapRun(RunMatcher matcher,
HtmlPath path) |
StyleMapBuilder |
mapTable(TableMatcher matcher,
HtmlPath path) |
StyleMapBuilder |
smallCaps(HtmlPath path) |
StyleMapBuilder |
strikethrough(HtmlPath path) |
StyleMapBuilder |
underline(HtmlPath path) |
public StyleMapBuilder bold(HtmlPath path)
public StyleMapBuilder italic(HtmlPath path)
public StyleMapBuilder underline(HtmlPath path)
public StyleMapBuilder strikethrough(HtmlPath path)
public StyleMapBuilder smallCaps(HtmlPath path)
public StyleMapBuilder commentReference(HtmlPath path)
public StyleMapBuilder mapParagraph(ParagraphMatcher matcher, HtmlPath path)
public StyleMapBuilder mapRun(RunMatcher matcher, HtmlPath path)
public StyleMapBuilder mapTable(TableMatcher matcher, HtmlPath path)
public StyleMapBuilder mapBreak(BreakMatcher matcher, HtmlPath path)
public StyleMap build()
Copyright © 2018. All rights reserved.