Uses of Class
org.docx4j.wml.CTLanguage
Packages that use CTLanguage
Package
Description
-
Uses of CTLanguage in org.docx4j.fonts
Fields in org.docx4j.fonts declared as CTLanguageMethods in org.docx4j.fonts with parameters of type CTLanguageModifier and TypeMethodDescriptionprivate StringRunFontSelector.arabicNumbering(String text, BooleanDefaultTrue rtl, BooleanDefaultTrue cs, CTLanguage themeFontLang) -
Uses of CTLanguage in org.docx4j.model
Fields in org.docx4j.model declared as CTLanguage -
Uses of CTLanguage in org.docx4j.model.properties.run
Constructors in org.docx4j.model.properties.run with parameters of type CTLanguage -
Uses of CTLanguage in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTLanguageModifier and TypeMethodDescriptionstatic CTLanguageStyleUtil.apply(CTLanguage source, CTLanguage destination) Methods in org.docx4j.model.styles with parameters of type CTLanguageModifier and TypeMethodDescriptionstatic CTLanguageStyleUtil.apply(CTLanguage source, CTLanguage destination) -
Uses of CTLanguage in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts with parameters of type CTLanguageModifier and TypeMethodDescriptionThemePart.getFont(STTheme type, CTLanguage themeFontLang) private StringThemePart.getLang(CTLanguage themeFontLang, STTheme range) -
Uses of CTLanguage in org.docx4j.wml
Fields in org.docx4j.wml declared as CTLanguageModifier and TypeFieldDescriptionprotected CTLanguageRPrAbstract.langprotected CTLanguageCTSettings.themeFontLangMethods in org.docx4j.wml that return CTLanguageModifier and TypeMethodDescriptionObjectFactory.createCTLanguage()Create an instance ofCTLanguageRPrAbstract.getLang()Gets the value of the lang property.CTSettings.getThemeFontLang()Gets the value of the themeFontLang property.Methods in org.docx4j.wml that return types with arguments of type CTLanguageModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTLanguage>ObjectFactory.createCTParaRPrOriginalLang(CTLanguage value) jakarta.xml.bind.JAXBElement<CTLanguage>ObjectFactory.createCTRPrChangeRPrLang(CTLanguage value) Methods in org.docx4j.wml with parameters of type CTLanguageModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTLanguage>ObjectFactory.createCTParaRPrOriginalLang(CTLanguage value) jakarta.xml.bind.JAXBElement<CTLanguage>ObjectFactory.createCTRPrChangeRPrLang(CTLanguage value) voidRPrAbstract.setLang(CTLanguage value) Sets the value of the lang property.voidCTSettings.setThemeFontLang(CTLanguage value) Sets the value of the themeFontLang property.