Uses of Class
io.keikai.doc.io.schema.docx.DOCXPPr
-
Packages that use DOCXPPr Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXPPr in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXPPr Modifier and Type Method Description DOCXPPrDOCXParaRPr. getParent()Returns the parent paragraph properties.DOCXPPrDOCXP. getPPr()Returns the ParagraphProperties of this Paragraph.DOCXPPrDOCXP. getPPr(boolean create)Returns the ParagraphProperties of this Paragraph.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXPPr Modifier and Type Method Description voidDOCXParaRPr. setParent(DOCXPPr parent)Sets the parent paragraph properties.voidDOCXP. setPPr(DOCXPPr pPr)Sets the ParagraphProperties of this Paragraph.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXPPr Constructor Description DOCXParaRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr, DOCXPPr parent)Create a new ParagraphRunProperties by given CTParaRPr.
-