Package | Description |
---|---|
org.docx4j.dml | |
org.pptx4j.model |
Modifier and Type | Field and Description |
---|---|
protected CTTextParagraphProperties |
CTTextListStyle.defPPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl1PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl2PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl3PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl4PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl5PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl6PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl7PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl8PPr |
protected CTTextParagraphProperties |
CTTextListStyle.lvl9PPr |
protected CTTextParagraphProperties |
CTTextField.pPr |
protected CTTextParagraphProperties |
CTTextParagraph.pPr |
Modifier and Type | Method and Description |
---|---|
CTTextParagraphProperties |
ObjectFactory.createCTTextParagraphProperties()
Create an instance of
CTTextParagraphProperties |
CTTextParagraphProperties |
CTTextListStyle.getDefPPr()
Gets the value of the defPPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl1PPr()
Gets the value of the lvl1PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl2PPr()
Gets the value of the lvl2PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl3PPr()
Gets the value of the lvl3PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl4PPr()
Gets the value of the lvl4PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl5PPr()
Gets the value of the lvl5PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl6PPr()
Gets the value of the lvl6PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl7PPr()
Gets the value of the lvl7PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl8PPr()
Gets the value of the lvl8PPr property.
|
CTTextParagraphProperties |
CTTextListStyle.getLvl9PPr()
Gets the value of the lvl9PPr property.
|
CTTextParagraphProperties |
CTTextField.getPPr()
Gets the value of the pPr property.
|
CTTextParagraphProperties |
CTTextParagraph.getPPr()
Gets the value of the pPr property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTextListStyle.setDefPPr(CTTextParagraphProperties value)
Sets the value of the defPPr property.
|
void |
CTTextListStyle.setLvl1PPr(CTTextParagraphProperties value)
Sets the value of the lvl1PPr property.
|
void |
CTTextListStyle.setLvl2PPr(CTTextParagraphProperties value)
Sets the value of the lvl2PPr property.
|
void |
CTTextListStyle.setLvl3PPr(CTTextParagraphProperties value)
Sets the value of the lvl3PPr property.
|
void |
CTTextListStyle.setLvl4PPr(CTTextParagraphProperties value)
Sets the value of the lvl4PPr property.
|
void |
CTTextListStyle.setLvl5PPr(CTTextParagraphProperties value)
Sets the value of the lvl5PPr property.
|
void |
CTTextListStyle.setLvl6PPr(CTTextParagraphProperties value)
Sets the value of the lvl6PPr property.
|
void |
CTTextListStyle.setLvl7PPr(CTTextParagraphProperties value)
Sets the value of the lvl7PPr property.
|
void |
CTTextListStyle.setLvl8PPr(CTTextParagraphProperties value)
Sets the value of the lvl8PPr property.
|
void |
CTTextListStyle.setLvl9PPr(CTTextParagraphProperties value)
Sets the value of the lvl9PPr property.
|
void |
CTTextField.setPPr(CTTextParagraphProperties value)
Sets the value of the pPr property.
|
void |
CTTextParagraph.setPPr(CTTextParagraphProperties value)
Sets the value of the pPr property.
|
Modifier and Type | Method and Description |
---|---|
static Style |
TextStyles.convertToWordStyle(CTTextParagraphProperties lvlPPr,
String id,
String name,
String basedOn,
BaseStyles.FontScheme fontScheme) |
static PPr |
TextStyles.getWmlPPr(CTTextParagraphProperties lvlPPr) |
static RPr |
TextStyles.getWmlRPr(CTTextParagraphProperties lvlPPr,
BaseStyles.FontScheme fontScheme) |
Copyright © 2007-2019. All Rights Reserved.