Uses of Class
fr.opensagres.odfdom.converter.pdf.internal.styles.StyleBorder
Packages that use StyleBorder
Package
Description
-
Uses of StyleBorder in fr.opensagres.odfdom.converter.pdf.internal.stylable
Methods in fr.opensagres.odfdom.converter.pdf.internal.stylable with parameters of type StyleBorderModifier and TypeMethodDescriptionstatic voidStyleUtils.applyStyles(StyleBorder border, com.lowagie.text.pdf.PdfPCell cell) -
Uses of StyleBorder in fr.opensagres.odfdom.converter.pdf.internal.styles
Methods in fr.opensagres.odfdom.converter.pdf.internal.styles that return StyleBorderModifier and TypeMethodDescriptionStyleParagraphProperties.getBorder()StyleTableCellProperties.getBorder()StyleParagraphProperties.getBorderBottom()StyleTableCellProperties.getBorderBottom()StyleParagraphProperties.getBorderLeft()StyleTableCellProperties.getBorderLeft()StyleParagraphProperties.getBorderRight()StyleTableCellProperties.getBorderRight()StyleParagraphProperties.getBorderTop()StyleTableCellProperties.getBorderTop()Methods in fr.opensagres.odfdom.converter.pdf.internal.styles with parameters of type StyleBorderModifier and TypeMethodDescriptionvoidStyleParagraphProperties.setBorder(StyleBorder border) voidStyleTableCellProperties.setBorder(StyleBorder border) voidStyleParagraphProperties.setBorderBottom(StyleBorder borderBottom) voidStyleTableCellProperties.setBorderBottom(StyleBorder borderBottom) voidStyleParagraphProperties.setBorderLeft(StyleBorder borderLeft) voidStyleTableCellProperties.setBorderLeft(StyleBorder borderLeft) voidStyleParagraphProperties.setBorderRight(StyleBorder borderRight) voidStyleTableCellProperties.setBorderRight(StyleBorder borderRight) voidStyleParagraphProperties.setBorderTop(StyleBorder borderTop) voidStyleTableCellProperties.setBorderTop(StyleBorder borderTop)