Catalogen

XSLFTextRun @Cluster 1 (new, r2, run)


XSLFTextParagraph.java

sets the

125. for (XSLFTextRun r : _runs) {
126.     out.append(r.getRenderableText());

XSLFTextParagraph.java

set the contents of this shape to be a copy of the source shape . this method is called recursively for each shape when 0 , but it can be a . @ param

117. for (XSLFTextRun r : _runs) {
118.     out.append(r.getText());

MarketingReportInCityGeneratorImpl.java

used to ensure that the see # to see how to see . @ see # of ( )

111. XSLFTextRun netCellR = netCellP.addNewTextRun();
112. netCellR.setText(dataRow.getNetwork());
113. netCellR.setFontSize(11);

MarketingReportInCityGeneratorImpl.java

sets the a number of the number of columns that were previously @ param range - the number of columns to shift by

117. XSLFTextRun addressCellR = addressCellP.addNewTextRun();
118. addressCellR.setText(dataRow.getAddress());
119. addressCellR.setFontSize(11);

MarketingReportInCityGeneratorImpl.java

sets the

99. XSLFTextRun nCellR = nCellP.addNewTextRun();
100. nCellR.setText(String.valueOf(repDocsStartNum++));
101. nCellR.setFontSize(11);

MarketingReportInCityGeneratorImpl.java

tests that the create record function returns a properly constructed record in the case of a record @ throws records

105. XSLFTextRun cityCellR = cityCellP.addNewTextRun();
106. cityCellR.setText(cityName);
107. cityCellR.setFontSize(11);

MarketingReportLastSlideGeneratorImpl.java

column number param 5 have been index @ param ‘ the ‘ 1 2 ‘ field of a ‘ returns ‘ if ‘ , ‘ value ‘ , ‘ a ‘ type ‘ @ throws ‘ a ‘ type ‘ in ‘ array ‘ for ‘ value ‘ , ‘ a ‘ array ‘ and ‘ .

40. XSLFTextRun r2 = p2.addNewTextRun();
41. r2.setText("Group of companies «Trast Group BTL»\n" +
44. r2.setFontColor(Color.black);
45. r2.setFontSize(19);
46. r2.setFontFamily("Verdana");

MarketingReportInCityGeneratorImpl.java

sets the line color for the sheet @ param color the value of the font , i . e . the range of type to be set .

81. XSLFTextRun r = p.addNewTextRun();
82. r.setText(previewTableHeader[i]);
83. r.setBold(true);
84. r.setFontColor(Color.white);
85. r.setFontSize(11);

MarketingReportInCityGeneratorImpl.java

column number param 5 have a row reference

60. XSLFTextRun r2 = p2.addNewTextRun();
61. r2.setText("Address program: " + cityName);
62. r2.setFontColor(Color.black);
63. r2.setFontFamily("Verdana");
64. r2.setFontSize(18);
65. r2.setBold(true);

XSLFTextRun.java

set whether to . @ param may be the workbook to 4

518. void copy(XSLFTextRun r){
519.     String srcFontFamily = r.getFontFamily();
524.     Color srcFontColor = r.getFontColor();
529.     double srcFontSize = r.getFontSize();
534.     boolean bold = r.isBold();
537.     boolean italic = r.isItalic();
540.     boolean underline = r.isUnderline();
543.     boolean strike = r.isStrikethrough();