Skip to content

1.4.0 not supper ['indentation' => ['firstLine' => 400]] #2812

@XiangSir-No1

Description

@XiangSir-No1

Describe the bug and add attachments

while addText() $pStyle not support ['indentation' => ['firstLine' => 400]] in 1.4.0 version , but 1.3.0version support

Expected behavior

Image

Steps to reproduce

$phpWord = new PhpWord();
$section = $phpWord->addSection();
$section ->addText($text, $fontStyle,['indentation' => ['firstLine' => 400]]);

PHPWord version(s) where the bug happened

1.4.0

PHP version(s) where the bug happened

7.4

Priority

  • I want to crowdfund the bug fix (with @algora-io) and fund a community developer.
  • I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions