| org.apache.poi.hslf.usermodel.TestReOrderingSlides
TestReOrderingSlides | public class TestReOrderingSlides extends TestCase (Code) | | Tests that SlideShow can re-order slides properly
author: Nick Burch (nick at torchbox dot com) |
testReOrder1 | public void testReOrder1() throws Exception(Code) | | Test that we can "re-order" a slideshow with only 1 slide on it
|
testReOrder2 | public void testReOrder2() throws Exception(Code) | | Test doing a dummy re-order on a slideshow with
two slides in it
|
testReOrder2swap | public void testReOrder2swap() throws Exception(Code) | | Test re-ordering slides in a slideshow with 2 slides on it
|
testReOrder3 | public void testReOrder3() throws Exception(Code) | | Test doing a dummy re-order on a slideshow with
three slides in it
|
testReOrder3swap | public void testReOrder3swap() throws Exception(Code) | | Test re-ordering slides in a slideshow with 3 slides on it
|
|
|