\Microsoft\Graph\ModelWorkbookRangeFont

WorkbookRangeFont class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getBold()
setBold()
getColor()
setColor()
getItalic()
setItalic()
getName()
setName()
getSize()
setSize()
getUnderline()
setUnderline()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) 

Construct a new WorkbookRangeFont

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookRangeFont

Returns

array —

The list of properties

getBold()

getBold() : boolean

Gets the bold

Returns

boolean —

The bold

setBold()

setBold(boolean  $val) : null

Sets the bold

Parameters

boolean $val

The bold

Returns

null

getColor()

getColor() : string

Gets the color

Returns

string —

The color

setColor()

setColor(string  $val) : null

Sets the color

Parameters

string $val

The color

Returns

null

getItalic()

getItalic() : boolean

Gets the italic

Returns

boolean —

The italic

setItalic()

setItalic(boolean  $val) : null

Sets the italic

Parameters

boolean $val

The italic

Returns

null

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The name

Returns

null

getSize()

getSize() : float

Gets the size

Returns

float —

The size

setSize()

setSize(float  $val) : null

Sets the size

Parameters

float $val

The size

Returns

null

getUnderline()

getUnderline() : string

Gets the underline

Returns

string —

The underline

setUnderline()

setUnderline(string  $val) : null

Sets the underline

Parameters

string $val

The underline

Returns

null