Uses of Class
org.apache.poi.hwpf.usermodel.ParagraphProperties
-
Packages that use ParagraphProperties Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.sprm org.apache.poi.hwpf.usermodel -
-
Uses of ParagraphProperties in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return ParagraphProperties Modifier and Type Method Description ParagraphPropertiesStyleDescription. getPAP()Deprecated.ParagraphPropertiesPAPX. getParagraphProperties(StyleSheet ss)Deprecated.ParagraphPropertiesStyleSheet. 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 ParagraphPropertiesParagraphSprmUncompressor. 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 ParagraphPropertiesParagraphSprmUncompressor. 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 ParagraphPropertiesParagraph. _propsMethods in org.apache.poi.hwpf.usermodel that return ParagraphProperties Modifier and Type Method Description ParagraphPropertiesParagraph. cloneProperties()Clone the ParagraphProperties object associated with this Paragraph, so that you can apply the same properties to another Paragraph.ParagraphPropertiesParagraphProperties. copy()ParagraphPropertiesParagraph. getProps()protected static ParagraphPropertiesParagraph. 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 ParagraphPropertiesParagraph. newParagraph_applyStyleProperties(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties)voidHWPFList. setLevelParagraphProperties(int level, ParagraphProperties pap)Sets the paragraph properties for a particular level of the list.Constructors in org.apache.poi.hwpf.usermodel with parameters of type ParagraphProperties Constructor Description ParagraphProperties(ParagraphProperties other)
-