Uses of Class
org.apache.poi.hwpf.model.StyleSheet
-
Packages that use StyleSheet Package Description org.apache.poi.hwpf org.apache.poi.hwpf.model org.apache.poi.hwpf.sprm org.apache.poi.hwpf.usermodel -
-
Uses of StyleSheet in org.apache.poi.hwpf
Fields in org.apache.poi.hwpf declared as StyleSheet Modifier and Type Field Description protected StyleSheet
HWPFDocumentCore. _ss
Holds styles for this document.Methods in org.apache.poi.hwpf that return StyleSheet Modifier and Type Method Description StyleSheet
HWPFDocumentCore. getStyleSheet()
-
Uses of StyleSheet in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model with parameters of type StyleSheet Modifier and Type Method Description CharacterProperties
CHPX. getCharacterProperties(StyleSheet ss, short istd)
ParagraphProperties
PAPX. getParagraphProperties(StyleSheet ss)
Deprecated. -
Uses of StyleSheet in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm with parameters of type StyleSheet Modifier and Type Method Description static CharacterProperties
CharacterSprmUncompressor. uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
-
Uses of StyleSheet in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel with parameters of type StyleSheet Modifier and Type Method Description protected static ParagraphProperties
Paragraph. newParagraph_applyStyleProperties(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties)
Constructors in org.apache.poi.hwpf.usermodel with parameters of type StyleSheet Constructor Description HWPFList(boolean numbered, StyleSheet styleSheet)
HWPFList(StyleSheet styleSheet, ListTables listTables, int ilfo)
-