Uses of Class
org.apache.poi.hwpf.usermodel.ParagraphProperties

Packages that use ParagraphProperties
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
 ParagraphProperties PAPX.getParagraphProperties(StyleSheet ss)
           
 ParagraphProperties StyleDescription.getPAP()
           
 ParagraphProperties StyleSheet.getParagraphStyle(int x)
           
 

Uses of ParagraphProperties in org.apache.poi.hwpf.sprm
 

Methods in org.apache.poi.hwpf.sprm that return ParagraphProperties
static ParagraphProperties ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent, byte[] grpprl, int offset)
           
 

Methods in org.apache.poi.hwpf.sprm with parameters of type ParagraphProperties
static ParagraphProperties ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent, byte[] grpprl, int offset)
           
static byte[] ParagraphSprmCompressor.compressParagraphProperty(ParagraphProperties newPAP, ParagraphProperties oldPAP)
           
 

Uses of ParagraphProperties in org.apache.poi.hwpf.usermodel
 

Fields in org.apache.poi.hwpf.usermodel declared as ParagraphProperties
protected  ParagraphProperties Paragraph._props
           
 

Methods in org.apache.poi.hwpf.usermodel that return ParagraphProperties
 ParagraphProperties Paragraph.cloneProperties()
          clone the ParagraphProperties object associated with this Paragraph so that you can apply the same properties to another paragraph.
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type ParagraphProperties
 void HWPFList.setLevelParagraphProperties(int level, ParagraphProperties pap)
          Sets the paragraph properties for a particular level of the list.
 Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex)
          Inserts and empty paragraph into the front of this range.
protected  Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex, java.lang.String text)
          Inserts a paragraph into the front of this range.
 Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex)
          Inserts and empty paragraph into the end of this range.
protected  Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex, java.lang.String text)
          Inserts a paragraph into the end of this range.
 ListEntry Range.insertBefore(ParagraphProperties props, int listID, int level, int styleIndex)
          Inserts a list into the beginning of this range.
 ListEntry Range.insertAfter(ParagraphProperties props, int listID, int level, int styleIndex)
          Inserts a list into the beginning of this range.
 



Copyright 2005 The Apache Software Foundation or its licensors, as applicable.