Uses of Class
org.apache.poi.hwpf.usermodel.ParagraphProperties
-
Packages that use ParagraphProperties Package Description org.apache.poi.hwpf.dev org.apache.poi.hwpf.model org.apache.poi.hwpf.sprm org.apache.poi.hwpf.usermodel -
-
Uses of ParagraphProperties in org.apache.poi.hwpf.dev
Methods in org.apache.poi.hwpf.dev with parameters of type ParagraphProperties Modifier and Type Method Description protected 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 ParagraphProperties Modifier and Type Method Description ParagraphProperties
StyleDescription. getPAP()
Deprecated.ParagraphProperties
PAPX. getParagraphProperties(StyleSheet ss)
Deprecated.ParagraphProperties
StyleSheet. getParagraphStyle(int styleIndex)
Deprecated. -
Uses of ParagraphProperties in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm that return ParagraphProperties Modifier and Type Method Description static ParagraphProperties
ParagraphSprmUncompressor. uncompressPAP(ParagraphProperties parent, byte[] grpprl, int offset)
Methods in org.apache.poi.hwpf.sprm with parameters of type ParagraphProperties Modifier and Type Method Description static 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 ParagraphProperties Modifier and Type Field Description protected ParagraphProperties
Paragraph. _props
Methods in org.apache.poi.hwpf.usermodel that return ParagraphProperties Modifier and Type Method Description ParagraphProperties
Paragraph. cloneProperties()
Clone the ParagraphProperties object associated with this Paragraph, so that you can apply the same properties to another Paragraph.ParagraphProperties
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 ParagraphProperties Modifier and Type Method Description protected 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.
-