rtf

Quelqu'un peut-il recommander un éditeur de texte enrichi Java? [fermé]

L'éditeur de texte enrichi doit être implémenté en Java, fournir un support Swing et de préférence être open source. Je cherche à l'intégrer dans une application Java/Swing existante. Merci.

RTF en texte brut en Java

Comment convertir une chaîne RTF en texte brut en Java? La réponse évidente est d'utiliser RTFEditorKit de Swing, et cela se ... oyer du texte brut n'est pas réellement implémentée... il est codé en dur pour simplement lancer une IOException dans Java6.

Formatage du fichier rtf en Java

Ok donc j'essaie de créer un fichier .rtf en utilisant Java. Je ne connaissais pas la syntaxe, donc ce que j'ai fait, c'est q ... eux /n/n à la fin de mes chaînes mais cela n'a pas fonctionné. Existe-t-il un moyen d'accomplir cette sortie?

Comment puis-je démarrer un éditeur RTF à partir de zéro(en utilisant Java)

Je sais que cela peut sembler idiot pour certains d'entre vous, mais c'est vraiment important pour moi et mon groupe à l'écol ... llez laisser vos réponses ou demandez des informations sur le projet, nous serons heureux d'apprendre de vous les gars]}

Qualcuno può raccomandare un editor di testo ricco Java? [chiuso]

L'editor rich text deve essere implementato in Java, fornire supporto Swing e preferibilmente essere open source. Sto cercando di integrarlo in un'applicazione Java/Swing esistente. Grazie.

RTF a testo normale in Java

Come si converte una stringa RTF in testo normale in Java? La risposta ovvia è usare RTFEditorKit di Swing, e questa sembra ... rma di restituire il testo normale non è effettivamente implementato... è hard-coded lanciare solo una IOException in Java6.

Formattazione del file rtf in Java

Ok quindi sto cercando di creare un file .rtf usando Java. Non conoscevo la sintassi, quindi quello che ho fatto è stato crea ... ungere due /n/n alla fine delle mie stringhe ma non ha funzionato. C'è un modo per ottenere questo risultato?

Come posso avviare un editor RTF da zero (usando Java)

So che questo può sembrare sciocco per alcuni di voi esperti di ragazzi là fuori, ma è davvero importante per me e per il mio ... prega di lasciare le vostre risposte o richiedi informazioni sul progetto, saremo lieti di imparare da voi ragazzi [1]}

Viewing RTF with JAVA

I can't open an RTF document using JAVA in any way. I reread some literature and found JTextPane, JEditorPane, JFormatedTextF ... , I found the setDocument property - and it seems that this is exactly the method I need, but I have no idea - how to use it?