Merge pull request #2277 from amir9480/patch-1
Add softhyphen support to Word2007 Reader
This commit is contained in:
commit
60734dd7f1
@ -323,6 +323,8 @@ abstract class AbstractPart
|
||||
$element->setChangeInfo($type, $author, $date);
|
||||
}
|
||||
}
|
||||
} elseif ($node->nodeName == 'w:softHyphen') {
|
||||
$element = $parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user