Uses of Class
org.docx4j.wml.Text
| Package | Description |
|---|---|
| org.docx4j.math | |
| org.docx4j.wml |
-
Uses of Text in org.docx4j.math
Methods in org.docx4j.math that return types with arguments of type Text Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRDelInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRT(Text value)Methods in org.docx4j.math with parameters of type Text Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRDelInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createCTRT(Text value) -
Uses of Text in org.docx4j.wml
Fields in org.docx4j.wml declared as Text Modifier and Type Field Description protected TextCTSimpleField. fldDataprotected TextFldChar. fldDataMethods in org.docx4j.wml that return Text Modifier and Type Method Description TextObjectFactory. createText()Create an instance ofTextTextCTSimpleField. getFldData()Gets the value of the fldData property.TextFldChar. getFldData()Gets the value of the fldData property.Methods in org.docx4j.wml that return types with arguments of type Text Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRDelInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRT(Text value)Methods in org.docx4j.wml with parameters of type Text Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRDelInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRInstrText(Text value)jakarta.xml.bind.JAXBElement<Text>ObjectFactory. createRT(Text value)voidCTSimpleField. setFldData(Text value)Sets the value of the fldData property.voidFldChar. setFldData(Text value)Sets the value of the fldData property.