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 25575c8 commit 143e01bCopy full SHA for 143e01b
src/PhpWord/Style/TextBox.php
@@ -67,14 +67,14 @@ class TextBox extends Image
67
private $borderColor;
68
69
/**
70
- * background color
+ * background color.
71
*
72
* @var string
73
*/
74
private $bgColor;
75
76
77
- * Set background color
+ * Set background color.
78
79
* @param string $value
80
@@ -84,7 +84,7 @@ public function setBgColor($value = null)
84
}
85
86
87
- * Get background color
+ * Get background color.
88
89
* @return string
90
0 commit comments