Hi guys,
I'm trying to do something like that:
Anchor anch = new Anchor( "Name",RtfFont );
String string1="FOLDER";
String string2="STEP_FILE";
String strTemp=string1+"\\"+string2;
anch.setReference( fileTemp);
The result for the anchor will be: FOLDER_FILE (without STEP).
What's the catch ?
What I'm doing wrong here ?
Why the word STEP is escaped ?
Please, I could use a real help about this issue.
Thanks in advance.
I'm trying to do something like that:
Anchor anch = new Anchor( "Name",RtfFont );
String string1="FOLDER";
String string2="STEP_FILE";
String strTemp=string1+"\\"+string2;
anch.setReference( fileTemp);
The result for the anchor will be: FOLDER_FILE (without STEP).
What's the catch ?
What I'm doing wrong here ?
Why the word STEP is escaped ?
Please, I could use a real help about this issue.
Thanks in advance.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
