| |
|
| org.apache.poi.hslf.usermodel.TestRichTextRun
TestRichTextRun | public class TestRichTextRun extends TestCase (Code) | | Test that the friendly getters and setters on RichTextRun
behave as expected.
(model.TestTextRun tests the other functionality)
author: Nick Burch (nick at torchbox dot com) |
testBoldNonRich | public void testBoldNonRich() throws Exception(Code) | | Test the stuff about getting/setting bold
on a non rich text run
|
testBoldRich | public void testBoldRich() throws Exception(Code) | | Test the stuff about getting/setting bold
on a rich text run
|
testChangeWriteRead | public void testChangeWriteRead() throws Exception(Code) | | |
testFontSize | public void testFontSize() throws Exception(Code) | | Tests getting and setting the font size on rich and non
rich text runs
|
testIndentationLevel | public void testIndentationLevel() throws Exception(Code) | | |
testParagraphStylesShorterTheCharStyles | public void testParagraphStylesShorterTheCharStyles()(Code) | | Test that we can do the right things when the paragraph styles
run out before the character styles do
|
testParagraphStylesShorterTheCharStylesWrite | public void testParagraphStylesShorterTheCharStylesWrite() throws Exception(Code) | | Test that we can do the right things when the paragraph styles
run out before the character styles do, when we tweak something
and write back out.
|
testReadParagraphStyles | public void testReadParagraphStyles() throws Exception(Code) | | |
testSetParagraphStyles | public void testSetParagraphStyles() throws Exception(Code) | | |
|
|
|