Package | Description |
---|---|
com.pd4ml.html.doc | |
com.pd4ml.html.doc.elements | |
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Method and Description |
---|---|
Document |
DocBuilder.getDocument() |
Modifier and Type | Method and Description |
---|---|
AbstractElement |
DocBuilder.create(Element parent,
Style a,
HtmlTag tag,
Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
Element.getDocument() |
Document |
AbstractElement.getDocument() |
Modifier and Type | Method and Description |
---|---|
Style |
AbstractElement.getContentStyle(Document doc) |
Constructor and Description |
---|
AbstractElement(BranchElement parent,
Style style,
HtmlTag tag,
Document document) |
BlockElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
BranchElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
ContentElement(BranchElement parent,
HtmlTag tag,
String text,
Document document,
ContentElement prevContent) |
EmbeddedElement(BranchElement parent,
Style props,
HtmlTag tag,
CustomTag handler,
Document document) |
EmptyBlockElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
FootnoteElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
FootnoteRefElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
HTMLEl(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
IFrameElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
ImageElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InlineElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InlineElementAppend(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InputElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
LeafElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
LineBreakElement(BranchElement parent,
Style props,
Document document) |
OptionElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
PageBreakElement(BranchElement parent,
Style props,
Document document) |
PageHeaderElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
PageNumberElement(BranchElement parent,
Style props,
Document document) |
SelectElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
TableCaptionElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
TableCellElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableColElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableColgroupElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableRowElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableSectionElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TextareaElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
TableRenderer.document() |
Modifier and Type | Method and Description |
---|---|
int |
ImageTargetRenderer.findLastNonBlankPage(Document doc,
PD4ML pd4ml,
float scale,
ImageRenderContext context,
int topMargin,
int maxPageNum) |
RStatus |
PdfTargetRenderer.render(Document doc,
PD4ML pd4ml,
int containerWidth,
OutputStream os) |
RStatus |
RtfTargetRenderer.render(Document doc,
PD4ML pd4ml,
int containerWidth,
OutputStream os) |
abstract RStatus |
TargetRenderer.render(Document doc,
PD4ML pd4ml,
int containerWidth,
OutputStream os) |
RStatus |
ImageTargetRenderer.render(Document doc,
PD4ML pd4ml,
int containerWidth,
OutputStream os) |
Revision 4.0.15 / 20220727-0149