Hi, I need get styles from existing document, I read the file and i need save all styles, to some ArrayList<StyleStyle> or something, I can get element with p.getStyle(String family, String name), but what now? How I can transform element to style, or map of styles, thank in advance!