Uses of Class
org.docx4j.wml.CTLanguage
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTLanguage in org.docx4j.wml
Fields in org.docx4j.wml declared as CTLanguage Modifier and Type Field Description protected CTLanguageRPrAbstract. langprotected CTLanguageCTSettings. themeFontLangMethods in org.docx4j.wml that return CTLanguage Modifier and Type Method Description CTLanguageObjectFactory. createCTLanguage()Create an instance ofCTLanguageCTLanguageRPrAbstract. getLang()Gets the value of the lang property.CTLanguageCTSettings. getThemeFontLang()Gets the value of the themeFontLang property.Methods in org.docx4j.wml that return types with arguments of type CTLanguage Modifier and Type Method Description jakarta.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 CTLanguage Modifier and Type Method Description jakarta.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.