]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add hyphenation related property
authorKaren Lease <klease@apache.org>
Wed, 22 May 2002 20:19:28 +0000 (20:19 +0000)
committerKaren Lease <klease@apache.org>
Wed, 22 May 2002 20:19:28 +0000 (20:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194836 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/TextInfo.java

index 852495733ff2530a625f230437cb3a5c65e39886..1bd9d818533106281e920089846a55d61c87f47a 100644 (file)
@@ -29,6 +29,7 @@ import org.apache.fop.traits.SpaceVal;
         public SpaceVal letterSpacing;
 
        // Add hyphenation props too
+       public boolean bCanHyphenate=true;
 
         // Textdecoration
         public boolean underlined = false;