| |
|
| org.apache.poi.hslf.model.TestShapes
TestShapes | public class TestShapes extends TestCase (Code) | | Test drawing shapes via Graphics2D
author: Yegor Kozlov |
testEmptyTextBox | public void testEmptyTextBox() throws Exception(Code) | | Test with an empty text box
|
testShapeGroup | public void testShapeGroup() throws Exception(Code) | | Test adding shapes to ShapeGroup
|
testTextBoxRead | public void testTextBoxRead() throws Exception(Code) | | Verify that we can read TextBox shapes
throws: Exception - |
testTextBoxSet | public void testTextBoxSet() throws Exception(Code) | | If you iterate over text shapes in a slide and collect them in a set
it must be the same as returned by Slide.getTextRuns().
|
testTextBoxWriteBytes | public void testTextBoxWriteBytes() throws Exception(Code) | | Verify that we can add TextBox shapes to a slide
and set some of the style attributes
|
|
|
|