Uses of Class
org.apache.poi.hwpf.model.PAPX
Packages that use PAPX
-
Uses of PAPX in org.apache.poi.hwpf.model
Fields in org.apache.poi.hwpf.model with type parameters of type PAPXMethods in org.apache.poi.hwpf.model that return PAPXModifier and TypeMethodDescriptionPAPFormattedDiskPage.getPAPX
(int index) Gets the PAPX at index.Methods in org.apache.poi.hwpf.model that return types with arguments of type PAPXMethod parameters in org.apache.poi.hwpf.model with type arguments of type PAPX -
Uses of PAPX in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel with type parameters of type PAPXModifier and TypeFieldDescriptionRange._paragraphs
All paragraphs that belong to the document this Range belongs to.Methods in org.apache.poi.hwpf.usermodel with parameters of type PAPXModifier and TypeMethodDescriptionstatic Paragraph
Paragraph.newParagraph
(Range parent, PAPX papx) protected static ParagraphProperties
Paragraph.newParagraph_applyStyleProperties
(StyleSheet styleSheet, PAPX papx, ParagraphProperties properties)