| Package | Description |
|---|---|
| fr.opensagres.odfdom.converter.pdf.internal.stylable | |
| fr.opensagres.odfdom.converter.pdf.internal.styles |
| Modifier and Type | Method and Description |
|---|---|
static void |
StyleUtils.applyStyles(StyleBorder border,
com.lowagie.text.pdf.PdfPCell cell) |
| Modifier and Type | Method and Description |
|---|---|
StyleBorder |
StyleTableCellProperties.getBorder() |
StyleBorder |
StyleParagraphProperties.getBorder() |
StyleBorder |
StyleTableCellProperties.getBorderBottom() |
StyleBorder |
StyleParagraphProperties.getBorderBottom() |
StyleBorder |
StyleTableCellProperties.getBorderLeft() |
StyleBorder |
StyleParagraphProperties.getBorderLeft() |
StyleBorder |
StyleTableCellProperties.getBorderRight() |
StyleBorder |
StyleParagraphProperties.getBorderRight() |
StyleBorder |
StyleTableCellProperties.getBorderTop() |
StyleBorder |
StyleParagraphProperties.getBorderTop() |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleTableCellProperties.setBorder(StyleBorder border) |
void |
StyleParagraphProperties.setBorder(StyleBorder border) |
void |
StyleTableCellProperties.setBorderBottom(StyleBorder borderBottom) |
void |
StyleParagraphProperties.setBorderBottom(StyleBorder borderBottom) |
void |
StyleTableCellProperties.setBorderLeft(StyleBorder borderLeft) |
void |
StyleParagraphProperties.setBorderLeft(StyleBorder borderLeft) |
void |
StyleTableCellProperties.setBorderRight(StyleBorder borderRight) |
void |
StyleParagraphProperties.setBorderRight(StyleBorder borderRight) |
void |
StyleTableCellProperties.setBorderTop(StyleBorder borderTop) |
void |
StyleParagraphProperties.setBorderTop(StyleBorder borderTop) |
Copyright © 2022. All Rights Reserved.