File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
<!-- PptSlides needs more coupling (default: 13) -->
21
21
<!-- Writer/Office2007/AbstractSlide needs more coupling (default: 13) -->
22
22
<properties >
23
- <property name =" minimum" value =" 32 " />
23
+ <property name =" minimum" value =" 35 " />
24
24
</properties >
25
25
</rule >
26
26
<rule ref =" rulesets/design.xml/NumberOfChildren" >
Original file line number Diff line number Diff line change 79
79
->setStartColor (new Color ('FFE06B20 ' ))
80
80
->setEndColor (new Color ('FFE06B20 ' ));
81
81
$ row ->nextCell ()->createTextRun ('R2C1 ' );
82
- $ row ->getCell ()->getActiveParagraph ()->getAlignment ()->setMarginLeft (30 );
82
+ $ row ->getCell ()->getActiveParagraph ()->getAlignment ()
83
+ ->setMarginLeft (30 )
84
+ ->setTextDirection (\PhpOffice \PhpPresentation \Style \Alignment::TEXT_DIRECTION_VERTICAL_270 );
83
85
$ row ->nextCell ()->createTextRun ('R2C2 ' );
84
86
$ row ->nextCell ()->createTextRun ('R2C3 ' );
85
87
You can’t perform that action at this time.
0 commit comments