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

Textbox wrapping? #535

Open
gstaniforthsessiondigital opened this issue May 19, 2015 · 0 comments
Open

Textbox wrapping? #535

gstaniforthsessiondigital opened this issue May 19, 2015 · 0 comments

Comments

@gstaniforthsessiondigital
Copy link

gstaniforthsessiondigital commented May 19, 2015

It doesn't appear to be possible to align a textbox as behind the text like in Word/Pages etc. I've been trying to debug the XML and diff the changes but can't figure out what is required.

Is it actually possible currently? am Im just missing it.

    $textbox = $page->addTextBox([
      'align'       => 'right',
      'width'       => 300,
      'height'      => 100,
      'borderSize'  => 1,
      'borderColor' => '#FF0000',
      'wrappingStyle' => Image::WRAPPING_STYLE_BEHIND
    ]);
    $textbox->addText('hello?');

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

No branches or pull requests

1 participant