Package | Description |
---|---|
com.aryjr.nheengatu.csv | |
com.aryjr.nheengatu.html | |
com.aryjr.nheengatu.pdf | |
com.aryjr.nheengatu.util |
Modifier and Type | Method and Description |
---|---|
Tag |
CSVDocument.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
CSVDocument.setTable(Tag table) |
Modifier and Type | Method and Description |
---|---|
Tag |
HTMLDocument.getBody()
Returns the document's body.
|
Tag |
Tag.getEmptyCopy()
Returns a copy without any nested tags.
|
Tag |
Tag.getFirstTag(String name) |
Tag |
HTMLDocument.getHead()
Returns the document's head.
|
Tag |
Tag.getTag(int ind)
Returns a tag by order of adiction.
|
Tag |
Tag.removeFirstTag(String name) |
Tag |
Tag.removeTag(int ind)
Remove and returns a tag by order of adiction.
|
Modifier and Type | Method and Description |
---|---|
void |
Tag.addTag(Tag tag)
Adds a component to this tag.
|
void |
Tag.addTag(Tag tag,
int ind)
Adds a component to this tag in a specified position.
|
void |
HTMLDocument.setBody(Tag body)
Sets the document's body.
|
void |
HTMLDocument.setHead(Tag head)
Sets the document's head.
|
static void |
HTMLDocument.writeHTML(String fileName,
String filePath,
Tag tag) |
Constructor and Description |
---|
Tag(String name,
Tag tag) |
Modifier and Type | Method and Description |
---|---|
Tag |
PDFDocument.getBody()
Gets the document's body.
|
Tag |
PDFDocument.getFootFirstPage() |
Tag |
PDFDocument.getHeadFirstPage() |
Modifier and Type | Method and Description |
---|---|
static com.lowagie.text.Image |
PDFImage.createImage(Tag htmlImage) |
PDFTable |
PDFPageBreak.createTable(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
Tag tag) |
static PDFTable |
PDFTable.createTable(Tag htmlTable) |
void |
PDFDocument.setBody(Tag body)
Sets the document's body.
|
void |
PDFDocument.setFoot(Tag foot) |
void |
PDFDocument.setFootFirstPage(Tag footFirstPage) |
void |
PDFDocument.setHead(Tag head) |
void |
PDFDocument.setHeadFirstPage(Tag headFirstPage) |
Constructor and Description |
---|
PDFPageBreak(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
Tag headFirstPageTag,
Tag footFirstPageTag,
Tag headTag,
Tag footTag) |
Modifier and Type | Method and Description |
---|---|
void |
TagsManager.checkTag(Tag tag) |
void |
GraphicsState.setFont(Tag htmlFont) |
Copyright © 2015. All rights reserved.