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

Packages that use ParagraphProperties
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
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
 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
static ParagraphProperties ParagraphSprmUncompressor.uncompressPAP(ParagraphProperties parent, byte[] grpprl, int offset)
           
 

Methods in org.apache.poi.hwpf.sprm with parameters of type ParagraphProperties
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
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.
protected static ParagraphProperties Paragraph.newParagraph_applyStyleProperties(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties)
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type ParagraphProperties
 Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex)
          Deprecated. Use code shall not work with ParagraphProperties
 ListEntry Range.insertAfter(ParagraphProperties props, int listID, int level, int styleIndex)
          Deprecated. Use code shall not work with ParagraphProperties
protected  Paragraph Range.insertAfter(ParagraphProperties props, int styleIndex, java.lang.String text)
          Deprecated. Use code shall not work with ParagraphProperties
 Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex)
          Deprecated. Use code shall not work with ParagraphProperties
 ListEntry Range.insertBefore(ParagraphProperties props, int listID, int level, int styleIndex)
          Deprecated. Use code shall not work with ParagraphProperties
protected  Paragraph Range.insertBefore(ParagraphProperties props, int styleIndex, java.lang.String text)
          Deprecated. Use code shall not work with ParagraphProperties
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.
 



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