Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an error in the README.md #126

Closed
jhfangying opened this issue Mar 14, 2014 · 2 comments
Closed

There is an error in the README.md #126

jhfangying opened this issue Mar 14, 2014 · 2 comments

Comments

@jhfangying
Copy link
Contributor

// You can also putthe appended element to local object an call functions like this:
$myTextElement = $section->addText('Hello World!');
$myTextElement->setBold();
$myTextElement->setName('Verdana');
$myTextElement->setSize(22);

These codes triggered a fatal error
Call to undefined method PHPWord_Section_Text::setBold()

@ivanlanin
Copy link
Contributor

Thanks for the report. It's fixed in develop branch. See #89

@Progi1984 Progi1984 added this to the 0.7.1 milestone Mar 14, 2014
@Progi1984
Copy link
Member

Fixed in develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants