tests that the create record function returns a properly constructed record in the simple case .
33. Paragraph par2 = run1.insertAfter(new ParagraphProperties(), 0); 34. par2.setSpacingAfter(200); 35. CharacterRun run2 = par2.insertAfter("two two two two two two two two two two two two two");
sets the property ‘ s id .
629. Paragraph p = (Paragraph)super.clone(); 630. p._props = (ParagraphProperties)_props.clone(); 632. p._papx = new SprmBuffer(0);
sets the
23. Paragraph par1 = range.insertAfter(new ParagraphProperties(), 0); 24. par1.setSpacingAfter(200); 25. par1.setJustification((byte) 1); 28. CharacterRun run1 = par1.insertAfter("one");