Uses of Class
org.apache.poi.hwpf.model.StyleSheet
Packages that use StyleSheet
Package
Description
-
Uses of StyleSheet in org.apache.poi.hwpf
Fields in org.apache.poi.hwpf declared as StyleSheetModifier and TypeFieldDescriptionprotected StyleSheet
HWPFDocumentCore._ss
Holds styles for this document.Methods in org.apache.poi.hwpf that return StyleSheet -
Uses of StyleSheet in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model with parameters of type StyleSheetModifier and TypeMethodDescriptionCHPX.getCharacterProperties
(StyleSheet ss, short istd) 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 StyleSheetModifier and TypeMethodDescriptionstatic 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 StyleSheetModifier and TypeMethodDescriptionprotected static ParagraphProperties
Paragraph.newParagraph_applyStyleProperties
(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties) Constructors in org.apache.poi.hwpf.usermodel with parameters of type StyleSheetModifierConstructorDescriptionHWPFList
(boolean numbered, StyleSheet styleSheet) HWPFList
(StyleSheet styleSheet, ListTables listTables, int ilfo)