Uses of Class
org.docx4j.dml.CTTextListStyle
Packages that use CTTextListStyle
-
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 CTTextListStyleModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTTextListStyle>ObjectFactory.createLstStyle(CTTextListStyle value) Methods in org.docx4j.com.microsoft.schemas.office.drawing.x201612.diagram with parameters of type CTTextListStyleModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTTextListStyle>ObjectFactory.createLstStyle(CTTextListStyle value) -
Uses of CTTextListStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextListStyleModifier and TypeFieldDescriptionprotected CTTextListStyleCTDefaultShapeDefinition.lstStyleprotected CTTextListStyleCTTextBody.lstStyleMethods in org.docx4j.dml that return CTTextListStyleModifier and TypeMethodDescriptionObjectFactory.createCTTextListStyle()Create an instance ofCTTextListStyleCTDefaultShapeDefinition.getLstStyle()Gets the value of the lstStyle property.CTTextBody.getLstStyle()Gets the value of the lstStyle property.Methods in org.docx4j.dml with parameters of type CTTextListStyleModifier and TypeMethodDescriptionvoidCTDefaultShapeDefinition.setLstStyle(CTTextListStyle value) Sets the value of the lstStyle property.voidCTTextBody.setLstStyle(CTTextListStyle value) Sets the value of the lstStyle property.