Package | Description |
---|---|
com.pd4ml | |
com.pd4ml.html.doc | |
com.pd4ml.html.doc.elements | |
com.pd4ml.html.doc.render.to | |
com.pd4ml.plugins |
Modifier and Type | Method and Description |
---|---|
CustomTag |
CustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
Modifier and Type | Method and Description |
---|---|
void |
PD4ML.addCustomTagHandler(String customTagName,
CustomTag implementation)
adds a proprietary HTML tag implementation
|
Constructor and Description |
---|
CustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Modifier and Type | Field and Description |
---|---|
Map<String,CustomTag> |
DocBuilder.customTags |
Modifier and Type | Method and Description |
---|---|
void |
DocBuilder.setCustomTags(Map<String,CustomTag> additionalCustomTags) |
Modifier and Type | Method and Description |
---|---|
CustomTag |
EmbeddedElement.getHandler() |
Constructor and Description |
---|
EmbeddedElement(BranchElement parent,
Style props,
HtmlTag tag,
CustomTag handler,
Document document) |
Modifier and Type | Method and Description |
---|---|
void |
TargetRenderContext.runHandler(LayoutRect pos,
CustomTag handler,
float width,
float height) |
void |
ImageRenderContext.runHandler(LayoutRect pos,
CustomTag handler,
float width,
float height) |
void |
PdfRenderContext.runHandler(LayoutRect pos,
CustomTag handler,
float width,
float height) |
Modifier and Type | Class and Description |
---|---|
class |
BatikSvgCustomTag |
class |
MathMLCustomTag |
class |
ORCodeCustomTag |
class |
PD4MLSvgCustomTag |
Modifier and Type | Method and Description |
---|---|
CustomTag |
MathMLCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
CustomTag |
ORCodeCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
CustomTag |
BatikSvgCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
CustomTag |
PD4MLSvgCustomTag.getInstance(String code,
com.pd4ml.fonts.FontCache fontCache) |
Constructor and Description |
---|
BatikSvgCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
MathMLCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
ORCodeCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
PD4MLSvgCustomTag(String code,
com.pd4ml.fonts.FontCache fontCache,
CustomTag prime) |
Revision 4.0.15 / 20220727-0149