Uses of Class
io.keikai.doc.io.schema.docx.DOCXPPr
Packages that use DOCXPPr
-
Uses of DOCXPPr in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXPPrModifier and TypeMethodDescriptionDOCXParaRPr.getParent()Returns the parent paragraph properties.DOCXP.getPPr()Returns the ParagraphProperties of this Paragraph.DOCXP.getPPr(boolean create) Returns the ParagraphProperties of this Paragraph.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXPPrModifier and TypeMethodDescriptionvoidSets the parent paragraph properties.voidSets the ParagraphProperties of this Paragraph.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXPPrModifierConstructorDescriptionDOCXParaRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr, DOCXPPr parent) Create a new ParagraphRunProperties by given CTParaRPr.