Uses of Class
org.docx4j.wml.CTVerticalAlignRun
Packages that use CTVerticalAlignRun
-
Uses of CTVerticalAlignRun in org.docx4j.model.properties.run
Constructors in org.docx4j.model.properties.run with parameters of type CTVerticalAlignRun -
Uses of CTVerticalAlignRun in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTVerticalAlignRunModifier and TypeMethodDescriptionstatic CTVerticalAlignRunStyleUtil.apply(CTVerticalAlignRun source, CTVerticalAlignRun destination) Methods in org.docx4j.model.styles with parameters of type CTVerticalAlignRunModifier and TypeMethodDescriptionstatic CTVerticalAlignRunStyleUtil.apply(CTVerticalAlignRun source, CTVerticalAlignRun destination) static booleanStyleUtil.areEqual(CTVerticalAlignRun vertAlign1, CTVerticalAlignRun vertAlign2) static booleanStyleUtil.isEmpty(CTVerticalAlignRun vertAlign) -
Uses of CTVerticalAlignRun in org.docx4j.wml
Fields in org.docx4j.wml declared as CTVerticalAlignRunMethods in org.docx4j.wml that return CTVerticalAlignRunModifier and TypeMethodDescriptionObjectFactory.createCTVerticalAlignRun()Create an instance ofCTVerticalAlignRunRPrAbstract.getVertAlign()Gets the value of the vertAlign property.Methods in org.docx4j.wml that return types with arguments of type CTVerticalAlignRunModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTVerticalAlignRun>ObjectFactory.createCTParaRPrOriginalVertAlign(CTVerticalAlignRun value) jakarta.xml.bind.JAXBElement<CTVerticalAlignRun>ObjectFactory.createCTRPrChangeRPrVertAlign(CTVerticalAlignRun value) Methods in org.docx4j.wml with parameters of type CTVerticalAlignRunModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTVerticalAlignRun>ObjectFactory.createCTParaRPrOriginalVertAlign(CTVerticalAlignRun value) jakarta.xml.bind.JAXBElement<CTVerticalAlignRun>ObjectFactory.createCTRPrChangeRPrVertAlign(CTVerticalAlignRun value) voidRPrAbstract.setVertAlign(CTVerticalAlignRun value) Sets the value of the vertAlign property.