Uses of Class
org.apache.poi.hwpf.usermodel.ParagraphProperties
Packages that use ParagraphProperties
Package
Description
-
Uses of ParagraphProperties in org.apache.poi.hwpf.dev
Methods in org.apache.poi.hwpf.dev with parameters of type ParagraphPropertiesModifier and TypeMethodDescriptionprotected void
HWPFLister.dumpParagraphLevels
(ListTables listTables, ParagraphProperties paragraph) -
Uses of ParagraphProperties in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return ParagraphPropertiesModifier and TypeMethodDescriptionStyleDescription.getPAP()
Deprecated.PAPX.getParagraphProperties
(StyleSheet ss) Deprecated.StyleSheet.getParagraphStyle
(int styleIndex) Deprecated. -
Uses of ParagraphProperties in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm that return ParagraphPropertiesModifier and TypeMethodDescriptionstatic ParagraphProperties
ParagraphSprmUncompressor.uncompressPAP
(ParagraphProperties parent, byte[] grpprl, int offset) Methods in org.apache.poi.hwpf.sprm with parameters of type ParagraphPropertiesModifier and TypeMethodDescriptionstatic byte[]
ParagraphSprmCompressor.compressParagraphProperty
(ParagraphProperties newPAP, ParagraphProperties oldPAP) static ParagraphProperties
ParagraphSprmUncompressor.uncompressPAP
(ParagraphProperties parent, byte[] grpprl, int offset) -
Uses of ParagraphProperties in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel declared as ParagraphPropertiesMethods in org.apache.poi.hwpf.usermodel that return ParagraphPropertiesModifier and TypeMethodDescriptionParagraph.cloneProperties()
Clone the ParagraphProperties object associated with this Paragraph, so that you can apply the same properties to another Paragraph.Paragraph.getProps()
protected static ParagraphProperties
Paragraph.newParagraph_applyStyleProperties
(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties) Methods in org.apache.poi.hwpf.usermodel with parameters of type ParagraphPropertiesModifier and TypeMethodDescriptionprotected static ParagraphProperties
Paragraph.newParagraph_applyStyleProperties
(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties) void
HWPFList.setLevelParagraphProperties
(int level, ParagraphProperties pap) Sets the paragraph properties for a particular level of the list.