Uses of Class
org.docx4j.dml.CTTextListStyle
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x201612.diagram | |
| org.docx4j.dml |
-
Uses of CTTextListStyle in org.docx4j.com.microsoft.schemas.office.drawing.x201612.diagram
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x201612.diagram that return types with arguments of type CTTextListStyle Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTTextListStyle>ObjectFactory. createLstStyle(CTTextListStyle value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x201612.diagram with parameters of type CTTextListStyle Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTTextListStyle>ObjectFactory. createLstStyle(CTTextListStyle value) -
Uses of CTTextListStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextListStyle Modifier and Type Field Description protected CTTextListStyleCTDefaultShapeDefinition. lstStyleprotected CTTextListStyleCTTextBody. lstStyleMethods in org.docx4j.dml that return CTTextListStyle Modifier and Type Method Description CTTextListStyleObjectFactory. createCTTextListStyle()Create an instance ofCTTextListStyleCTTextListStyleCTDefaultShapeDefinition. getLstStyle()Gets the value of the lstStyle property.CTTextListStyleCTTextBody. getLstStyle()Gets the value of the lstStyle property.Methods in org.docx4j.dml with parameters of type CTTextListStyle Modifier and Type Method Description voidCTDefaultShapeDefinition. setLstStyle(CTTextListStyle value)Sets the value of the lstStyle property.voidCTTextBody. setLstStyle(CTTextListStyle value)Sets the value of the lstStyle property.