Uses of Class
org.docx4j.wml.CTString
| Package | Description |
|---|---|
| org.docx4j.w15 | |
| org.docx4j.wml |
-
Uses of CTString in org.docx4j.w15
Fields in org.docx4j.w15 declared as CTString Modifier and Type Field Description protected CTStringCTSdtRepeatedSection. sectionTitleMethods in org.docx4j.w15 that return CTString Modifier and Type Method Description CTStringCTSdtRepeatedSection. getSectionTitle()Gets the value of the sectionTitle property.Methods in org.docx4j.w15 with parameters of type CTString Modifier and Type Method Description voidCTSdtRepeatedSection. setSectionTitle(CTString value)Sets the value of the sectionTitle property. -
Uses of CTString in org.docx4j.wml
Fields in org.docx4j.wml declared as CTString Modifier and Type Field Description protected CTStringCTTblPrBase. tblCaptionprotected CTStringCTTblPrExBase. tblCaptionMethods in org.docx4j.wml that return CTString Modifier and Type Method Description CTStringObjectFactory. createCTString()Create an instance ofCTStringCTStringCTTblPrBase. getTblCaption()Gets the value of the tblCaption property.CTStringCTTblPrExBase. getTblCaption()Gets the value of the tblCaption property.Methods in org.docx4j.wml with parameters of type CTString Modifier and Type Method Description voidCTTblPrBase. setTblCaption(CTString value)Sets the value of the tblCaption property.voidCTTblPrExBase. setTblCaption(CTString value)Sets the value of the tblCaption property.