Method and Description |
---|
org.odftoolkit.simple.TextDocument.addText(String)
As of Simple version 0.5, replaced by
Paragraph.appendTextContent(String content) |
org.odftoolkit.simple.table.Cell.getBufferedImage() |
org.odftoolkit.simple.table.Cell.getCellBackgroundColorString()
As of Simple version 0.3, replaced by
getCellBackgroundColor() |
org.odftoolkit.simple.table.Cell.getHorizontalAlignment()
As of Simple version 0.3, replaced by
getHorizontalAlignmentType() |
org.odftoolkit.simple.common.WhitespaceProcessor.getText(Node)
As of Simple version 0.3.5, replaced by
TextExtractor.getText(OdfElement)
|
org.odftoolkit.simple.table.Cell.getVerticalAlignment()
As of Simple version 0.3, replaced by
getVerticalAlignmentType() |
org.odftoolkit.simple.TextDocument.newParagraph()
As of Simple version 0.5, replaced by
Paragraph.newParagraph(ParagraphContainer) |
org.odftoolkit.simple.TextDocument.newParagraph(String)
As of Simple version 0.5, replaced by
addParagraph(String text) |
org.odftoolkit.simple.table.Cell.setCellBackgroundColor(String)
As of Simple version 0.3, replaced by
setCellBackgroundColor(Color) |
org.odftoolkit.simple.table.Cell.setHorizontalAlignment(String)
As of Simple version 0.3, replaced by
setHorizontalAlignment(SimpleHorizontalAlignmentType) |
org.odftoolkit.simple.table.Cell.setVerticalAlignment(String)
As of Simple version 0.3, replaced by
setVerticalAlignment(SimpleVerticalAlignmentType) |
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.