░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/openspout/src/Common/Entity/Comment
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: TextRun.php
<?php declare(strict_types=1); namespace OpenSpout\Common\Entity\Comment; /** * This class defines rich text in a fluent interface that can be added to a comment. */ final class TextRun { public string $text; public int $fontSize = 10; public string $fontColor = '000000'; public string $fontName = 'Tahoma'; public bool $bold = false; public bool $italic = false; public function __construct(string $text) { $this->text = $text; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Comment.php
PHP
1022 B
2026-02-11 01:44
EDIT
📄 TextRun.php
PHP
484 B
2026-02-11 01:44
EDIT