Hello! Quick question: How can I insert a new paragraph to my Word document if the methods for this purpose have been deprecated? I need to create a new paragraph and set its style level, but HWPF 3.8beta4 just allows me to add simple text using /CharacterRun insertAfter(java.lang.String text)/ instead of /Paragraph insertBefore(ParagraphProperties props, int styleIndex)/.
How are the Paragraphs created with HWPF 3.8? How can I define the text's style I have inserted with the first method? Many thanks!! -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-can-I-insert-paragraphs-with-HWPF-3-8beta4-if-the-methods-are-deprecated-tp4986813p4986813.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
