When using an HWPFDocument object with CharacterRun, to create a Word file
from scratch,
How do I specify the Font for a CharacterRun of Text, like
"Arial"
"Times New Roman"
"Verdana"
and font size?
Available methods in CharacterRun, like
- setFtAscii()
- setFtcFE()
- setFtOther()
are unclear. How do I use these on a Character run to plainly specify Font
and Size?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]