Hi all,
When I am generating a PDF-file, the class LineBreakUtils and the method 

public static byte getLineBreakPairProperty(int lineBreakPropertyBefore,int
lineBreakPropertyAfter) {
        return
PAIR_TABLE[lineBreakPropertyBefore-1][lineBreakPropertyAfter-1];
    }

keeps on giving me an "ArrayIndexOutOfBoundsException -1" for what I am
guessing is some automatic trimming/line breaking for an especially long
string or something. The two values are 
lineBreakPropertyBefore = 2
lineBreakPropertyAfter = 0

I have been searching around the forum for this for a long time and could
not find anything related to this. Have anyone else had any problems with
this? Any idea of what might cause this?
Thank you for your time,
Lars
-- 
View this message in context: 
http://www.nabble.com/AIOOB-from-LineBreakUtils-tp24715350p24715350.html
Sent from the FOP - Dev mailing list archive at Nabble.com.

Reply via email to