Uses of Class
org.apache.poi.hwpf.model.PAPX
-
Packages that use PAPX Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.usermodel -
-
Uses of PAPX in org.apache.poi.hwpf.model
Fields in org.apache.poi.hwpf.model with type parameters of type PAPX Modifier and Type Field Description protected ArrayList<PAPX>PAPBinTable. _paragraphsMethods in org.apache.poi.hwpf.model that return PAPX Modifier and Type Method Description PAPXPAPX. copy()PAPXPAPFormattedDiskPage. getPAPX(int index)Gets the PAPX at index.Methods in org.apache.poi.hwpf.model that return types with arguments of type PAPX Modifier and Type Method Description List<PAPX>PAPFormattedDiskPage. getPAPXs()ArrayList<PAPX>PAPBinTable. getParagraphs()Method parameters in org.apache.poi.hwpf.model with type arguments of type PAPX Modifier and Type Method Description voidPAPFormattedDiskPage. fill(List<PAPX> filler)Fills the queue for writing.Constructors in org.apache.poi.hwpf.model with parameters of type PAPX Constructor Description PAPX(PAPX other) -
Uses of PAPX in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel with type parameters of type PAPX Modifier and Type Field Description protected List<PAPX>Range. _paragraphsAll paragraphs that belong to the document this Range belongs to.Methods in org.apache.poi.hwpf.usermodel with parameters of type PAPX Modifier and Type Method Description static ParagraphParagraph. newParagraph(Range parent, PAPX papx)protected static ParagraphPropertiesParagraph. newParagraph_applyStyleProperties(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties)
-