Catalogen

XSLFSlide


Cluster 1 (pptslide, slide, xslftextbox)

4 results

text and the paragraph is with @ param cell

39. XSLFSlide slide1 = ppt.createSlide();
42. XSLFTextBox txt1 = slide1.createTextBox();
53. XSLFTextBox txt2 = slide1.createTextBox();

Cluster 2 (_getctslide, final, slide)

1 results

return the chart at the given index @ param idx index of the to be in @ see org . apache . poi . hssf . usermodel . by # default ( )

106. for (final XSLFSlide slide : slides) {
107.   final CTSlide rawSlide = slide._getCTSlide();
108.   final CTSlideIdListEntry slideId = slide._getCTSlideId();