Uses of Class
org.docx4j.dml.CTTextListStyle
Packages that use CTTextListStyle
Package
Description
-
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. -
Uses of CTTextListStyle in org.pptx4j.model
Methods in org.pptx4j.model with parameters of type CTTextListStyleModifier and TypeMethodDescriptionTextStyles.generateLvlNMasterStyle(CTTextListStyle textStyles, String suffix, BaseStyles.FontScheme fontScheme) TextStyles.generateWordStylesFromPresentationPart(CTTextListStyle textStyles, String suffix, BaseStyles.FontScheme fontScheme) -
Uses of CTTextListStyle in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTextListStyleModifier and TypeFieldDescriptionprotected CTTextListStyleCTSlideMasterTextStyles.bodyStyleprotected CTTextListStylePresentation.defaultTextStyleprotected CTTextListStyleNotesMaster.notesStyleprotected CTTextListStyleCTSlideMasterTextStyles.otherStyleprotected CTTextListStyleCTSlideMasterTextStyles.titleStyleMethods in org.pptx4j.pml that return CTTextListStyleModifier and TypeMethodDescriptionCTSlideMasterTextStyles.getBodyStyle()Gets the value of the bodyStyle property.Presentation.getDefaultTextStyle()Gets the value of the defaultTextStyle property.NotesMaster.getNotesStyle()Gets the value of the notesStyle property.CTSlideMasterTextStyles.getOtherStyle()Gets the value of the otherStyle property.CTSlideMasterTextStyles.getTitleStyle()Gets the value of the titleStyle property.Methods in org.pptx4j.pml with parameters of type CTTextListStyleModifier and TypeMethodDescriptionvoidCTSlideMasterTextStyles.setBodyStyle(CTTextListStyle value) Sets the value of the bodyStyle property.voidPresentation.setDefaultTextStyle(CTTextListStyle value) Sets the value of the defaultTextStyle property.voidNotesMaster.setNotesStyle(CTTextListStyle value) Sets the value of the notesStyle property.voidCTSlideMasterTextStyles.setOtherStyle(CTTextListStyle value) Sets the value of the otherStyle property.voidCTSlideMasterTextStyles.setTitleStyle(CTTextListStyle value) Sets the value of the titleStyle property.