Hello fellow POI users.
I recently managed to get HWPF to work for me and I have my first question:
How can one get styles for a Character run? I've already done it for a
paragraph using:
StyleDescription paragraphStyle =
styleSheet.getStyleDescription(p.getStyleIndex());
String styleName = paragraphStyle.getName();
Is there a similar way for character runs? What I'm trying to do is get
user-defined styles.
Thanks in advance
Giorgos
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
|