A B C D E F G H L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCell(PdfPTable, List, int) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds a cell with a list to a table.
- addCell(PdfPTable, List, int, float) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds a cell with a list to a table.
- addCell(PdfPTable, String, Font, int) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds a cell to a table.
- addCell(PdfPTable, String, Font, int, float) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds a cell to a table.
- addChunk(Paragraph, Chunk) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the chunk to the paragraph.
- addChunks(Paragraph, Chunk, int) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the same chunk to the paragraph multiple times.
- addInt(Paragraph, Integer, Font) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the number in the provided font to the paragraph.
- addList(Paragraph, List) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds a list to the paragraph.
- addSignature(PdfWriter, String, Dimensions, boolean) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Returns the form field for a signature.
- addTable(Paragraph, PdfPTable) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the table to the paragraph.
- addText(Paragraph, String) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the text to the paragraph.
- addText(Paragraph, String, Font) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the text in the provided font to the paragraph.
- addText(Paragraph, String, Font, BaseColor, Type) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the text in the provided font, background color, and type to the paragraph.
- addTextField(PdfWriter, String, String, Font, Dimensions, boolean) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Returns the form field for a text field.
- addTexts(Paragraph, String, Font, int) - Method in class ca.ubc.ece.flowable.reports.pages.Page
-
Adds the same text in the provided font to the paragraph multiple times.
All Classes All Packages