Uses of Class
org.docx4j.wml.CTString
Packages that use CTString
-
Uses of CTString in org.docx4j.w15
Fields in org.docx4j.w15 declared as CTStringMethods in org.docx4j.w15 that return CTStringModifier and TypeMethodDescriptionCTSdtRepeatedSection.getSectionTitle()Gets the value of the sectionTitle property.Methods in org.docx4j.w15 with parameters of type CTStringModifier and TypeMethodDescriptionvoidCTSdtRepeatedSection.setSectionTitle(CTString value) Sets the value of the sectionTitle property. -
Uses of CTString in org.docx4j.wml
Fields in org.docx4j.wml declared as CTStringModifier and TypeFieldDescriptionprotected CTStringCTTblPrBase.tblCaptionprotected CTStringCTTblPrExBase.tblCaptionMethods in org.docx4j.wml that return CTStringModifier and TypeMethodDescriptionObjectFactory.createCTString()Create an instance ofCTStringCTTblPrBase.getTblCaption()Gets the value of the tblCaption property.CTTblPrExBase.getTblCaption()Gets the value of the tblCaption property.Methods in org.docx4j.wml with parameters of type CTStringModifier and TypeMethodDescriptionvoidCTTblPrBase.setTblCaption(CTString value) Sets the value of the tblCaption property.voidCTTblPrExBase.setTblCaption(CTString value) Sets the value of the tblCaption property.