]> source.dussan.org Git - poi.git/commit
Added Distributed option to TextAlignment
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 29 Apr 2015 20:26:05 +0000 (20:26 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 29 Apr 2015 20:26:05 +0000 (20:26 +0000)
commit111a87b7a597fbf539997b993e5fa3936b27fb82
tree12db3add93c73d540307a9e9fa5f8cc7fd7b9c06
parent7127adb1abec2d550d7203b0855d3814501953bc
Added Distributed option to TextAlignment
Added FontAlignment

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1676849 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hslf/model/textproperties/AlignmentTextProp.java [deleted file]
src/scratchpad/src/org/apache/poi/hslf/model/textproperties/FontAlignmentProp.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/model/textproperties/TextAlignmentProp.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextParagraph.java
src/scratchpad/src/org/apache/poi/sl/usermodel/TextParagraph.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestShapes.java