Package | Description |
---|---|
org.docx4j.dml | |
org.pptx4j.model | |
org.pptx4j.pml |
Modifier and Type | Field and Description |
---|---|
protected CTTextListStyle |
CTTextBody.lstStyle |
protected CTTextListStyle |
CTDefaultShapeDefinition.lstStyle |
Modifier and Type | Method and Description |
---|---|
CTTextListStyle |
ObjectFactory.createCTTextListStyle()
Create an instance of
CTTextListStyle |
CTTextListStyle |
CTTextBody.getLstStyle()
Gets the value of the lstStyle property.
|
CTTextListStyle |
CTDefaultShapeDefinition.getLstStyle()
Gets the value of the lstStyle property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTextBody.setLstStyle(CTTextListStyle value)
Sets the value of the lstStyle property.
|
void |
CTDefaultShapeDefinition.setLstStyle(CTTextListStyle value)
Sets the value of the lstStyle property.
|
Modifier and Type | Method and Description |
---|---|
static List<Style> |
TextStyles.generateWordStylesFromPresentationPart(CTTextListStyle textStyles,
String suffix,
BaseStyles.FontScheme fontScheme) |
Modifier and Type | Field and Description |
---|---|
protected CTTextListStyle |
CTSlideMasterTextStyles.bodyStyle |
protected CTTextListStyle |
Presentation.defaultTextStyle |
protected CTTextListStyle |
NotesMaster.notesStyle |
protected CTTextListStyle |
CTSlideMasterTextStyles.otherStyle |
protected CTTextListStyle |
CTSlideMasterTextStyles.titleStyle |
Modifier and Type | Method and Description |
---|---|
CTTextListStyle |
CTSlideMasterTextStyles.getBodyStyle()
Gets the value of the bodyStyle property.
|
CTTextListStyle |
Presentation.getDefaultTextStyle()
Gets the value of the defaultTextStyle property.
|
CTTextListStyle |
NotesMaster.getNotesStyle()
Gets the value of the notesStyle property.
|
CTTextListStyle |
CTSlideMasterTextStyles.getOtherStyle()
Gets the value of the otherStyle property.
|
CTTextListStyle |
CTSlideMasterTextStyles.getTitleStyle()
Gets the value of the titleStyle property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTSlideMasterTextStyles.setBodyStyle(CTTextListStyle value)
Sets the value of the bodyStyle property.
|
void |
Presentation.setDefaultTextStyle(CTTextListStyle value)
Sets the value of the defaultTextStyle property.
|
void |
NotesMaster.setNotesStyle(CTTextListStyle value)
Sets the value of the notesStyle property.
|
void |
CTSlideMasterTextStyles.setOtherStyle(CTTextListStyle value)
Sets the value of the otherStyle property.
|
void |
CTSlideMasterTextStyles.setTitleStyle(CTTextListStyle value)
Sets the value of the titleStyle property.
|
Copyright © 2007-2019. All Rights Reserved.