Lines Matching full:if
15 * along with this program. If not, see <https://www.gnu.org/licenses/>.
39 if (str_contains($this->text, '{{:ptp:}}')) {
53 if ($renderer->getCurrentStyle() !== $this->styleName) {
57 // If (Future-feature-enable/disable cell padding)
61 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
67 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
81 if (!empty($this->bgcolor)) {
88 if (!empty($this->border)) {
90 if ($this->border === '1') {
95 if (str_contains($this->border, 'T')) {
99 if (str_contains($this->border, 'B')) {
103 if (str_contains($this->border, 'R')) {
107 if (str_contains($this->border, 'L')) {
113 // Check the width if set to page wide OR set by xml to larger then page wide
114 if ($this->width === 0.0 || $this->width > $renderer->getRemainingWidth()) {
120 // If there is any text
121 if (!empty($temptext)) {
127 if ($tmph > $this->height) {
131 // Check the last cell height and adjust the current cell height if needed
132 if ($renderer->lastCellHeight > $this->height) {
154 if (!empty($this->url)) {
157 // Print any text if exists
158 if (!empty($temptext)) {
161 if (!empty($this->url)) {
168 if ($this->newline === 0) {