Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
OpenSpout\Common\Entity\Style\BorderPart Class Reference

Public Member Functions

 __construct (string $name, string $color=Color::BLACK, string $width=Border::WIDTH_MEDIUM, string $style=Border::STYLE_SOLID)
 
 getColor ()
 
 getName ()
 
 getStyle ()
 
 getWidth ()
 

Public Attributes

const allowedNames
 
const allowedStyles
 
const allowedWidths
 

Member Data Documentation

◆ allowedNames

const OpenSpout\Common\Entity\Style\BorderPart::allowedNames
Initial value:
= [
Border::LEFT,
Border::RIGHT,
Border::TOP,
Border::BOTTOM,
]

◆ allowedStyles

const OpenSpout\Common\Entity\Style\BorderPart::allowedStyles
Initial value:
= [
Border::STYLE_NONE,
Border::STYLE_SOLID,
Border::STYLE_DASHED,
Border::STYLE_DOTTED,
Border::STYLE_DOUBLE,
]

◆ allowedWidths

const OpenSpout\Common\Entity\Style\BorderPart::allowedWidths
Initial value:
= [
Border::WIDTH_THIN,
Border::WIDTH_MEDIUM,
Border::WIDTH_THICK,
]

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