Skip to content

Bug: Invalid style value: japaneseCounting  #1041

@wk1025

Description

@wk1025

Invalid style value: japaneseCounting Options:bullet,decimal,upperRoman,lowerRoman,upperLetter,lowerLetter

修复Bug :
PhpWord\Style\NumberingLevel.php

/**
* Set format
*
* @param string $value
* @return self
*/
public function setFormat($value)
{
$enum = array('bullet', 'decimal', 'upperRoman', 'lowerRoman', 'upperLetter', 'lowerLetter', 'japaneseCounting');
$this->format = $this->setEnumVal($value, $enum, $this->format);
return $this;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions