set the contents of this shape to be a copy of the source shape . this method is called recursively for each shape when 0 . @ param @ param
24. Paragraph p = r.getParagraph(x);
25. String text = p.text();
sets the
112. Paragraph p = s.getParagraph(y);
114. if (p.isInTable()) {
{ @ link # sheet ( ) } to allow this workbook < p > to a string representation of { @ link stream }
661. Paragraph paragraph = range.getParagraph( p );
662. System.out.println( p + ":\t" + paragraph.toString() );
665. System.out.println( paragraph.text() );
test that we get the same value as excel and , for
507. Element parentElement, int currentTableLevel, Paragraph paragraph,
516. final int charRuns = paragraph.numCharacterRuns();
526. final CharacterRun characterRun = paragraph.getCharacterRun( 0 );
553. float firstLinePosition = paragraph.getIndentFromLeft()
554. + paragraph.getFirstLineIndent() + 20; // char have
sets the width of the this element @ param row the row to get the first the text in the @ param column the index of the column to be table
139. private static org.docx4j.wml.P handleP(Paragraph p,
146. if (p.getStyleIndex() > 0) {
147. log.debug("Styled paragraph, with index: " + p.getStyleIndex());
149. .getStyleDescription(p.getStyleIndex()).getName();
158. for (int z = 0; z < p.numCharacterRuns(); z++) {
160. CharacterRun run = p.getCharacterRun(z);
test that we get the same value as excel and , for
1052. Element parentElement, int currentTableLevel, Paragraph paragraph,
1063. if ( paragraph.isInTable()
1064. && paragraph.getTableLevel() != currentTableLevel )
1066. if ( paragraph.getTableLevel() < currentTableLevel )
1069. + paragraph.getTableLevel()
1082. if ( paragraph.text().equals( "\u000c" ) )
1088. if ( paragraph.isInList() )
1092. HWPFList hwpfList = paragraph.getList();
1096. (char) paragraph.getIlvl() );