class NamedStyle extends Model (View source)

Properties

string $namedStyleType
protected $paragraphStyleType
protected $paragraphStyleDataType
protected $textStyleType
protected $textStyleDataType

Methods

setNamedStyleType($namedStyleType)

No description

string
getNamedStyleType()

No description

setParagraphStyle(ParagraphStyle $paragraphStyle)

No description

setTextStyle(TextStyle $textStyle)

No description

getTextStyle()

No description

Details

setNamedStyleType($namedStyleType)

No description

Parameters

$namedStyleType

string getNamedStyleType()

No description

Return Value

string

setParagraphStyle(ParagraphStyle $paragraphStyle)

No description

Parameters

ParagraphStyle $paragraphStyle

ParagraphStyle getParagraphStyle()

No description

Return Value

ParagraphStyle

setTextStyle(TextStyle $textStyle)

No description

Parameters

TextStyle $textStyle

TextStyle getTextStyle()

No description

Return Value

TextStyle