Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
OpenSpout\Common\Entity\Comment\Comment Class Reference

Public Member Functions

 addTextRun (?TextRun $textRun)
 
 getTextRuns ()
 The TextRuns for this comment.
 

Public Attributes

string $fillColor = '#FFFFE1'
 Comment fill color.
 
string $height = '55.5pt'
 Comment height (CSS style, i.e.
 
string $marginLeft = '59.25pt'
 Left margin (CSS style, i.e.
 
string $marginTop = '1.5pt'
 Top margin (CSS style, i.e.
 
bool $visible = false
 Visible.
 
string $width = '96pt'
 Comment width (CSS style, i.e.
 

Member Function Documentation

◆ getTextRuns()

OpenSpout\Common\Entity\Comment\Comment::getTextRuns ( )

The TextRuns for this comment.

Return values
TextRun[]

Member Data Documentation

◆ $height

string OpenSpout\Common\Entity\Comment\Comment::$height = '55.5pt'

Comment height (CSS style, i.e.

XXpx or YYpt).

◆ $marginLeft

string OpenSpout\Common\Entity\Comment\Comment::$marginLeft = '59.25pt'

Left margin (CSS style, i.e.

XXpx or YYpt).

◆ $marginTop

string OpenSpout\Common\Entity\Comment\Comment::$marginTop = '1.5pt'

Top margin (CSS style, i.e.

XXpx or YYpt).

◆ $width

string OpenSpout\Common\Entity\Comment\Comment::$width = '96pt'

Comment width (CSS style, i.e.

XXpx or YYpt).


The documentation for this class was generated from the following file: