We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d17cb3 commit c38fd4aCopy full SHA for c38fd4a
src/PhpWord/Writer/RTF/Style/Section.php
@@ -55,7 +55,7 @@ public function write()
55
$content .= $this->getValueIf($style->getFooterHeight() !== null, '\footery' . round($style->getFooterHeight()));
56
$content .= $this->getValueIf($style->getGutter() !== null, '\guttersxn' . round($style->getGutter()));
57
$content .= $this->getValueIf($style->getPageNumberingStart() !== null, '\pgnstarts' . $style->getPageNumberingStart() . '\pgnrestart');
58
-
+
59
// Vertical Align
60
$verticalAlign = [
61
\PhpOffice\PhpWord\SimpleType\VerticalJc::TOP => '\vertalt',
0 commit comments