Uses of Class
org.docx4j.wml.SdtContent
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of SdtContent in org.docx4j.wml
Subclasses of SdtContent in org.docx4j.wml Modifier and Type Class Description classCTSdtContentCellWraps around a table cell.classCTSdtContentRowJava class for CT_SdtContentRow complex type.classCTSdtContentRunJava class for CT_SdtContentRun complex type.classSdtContentBlockJava class for CT_SdtContentBlock complex type.Methods in org.docx4j.wml that return SdtContent Modifier and Type Method Description SdtContentCTSdtCell. getSdtContent()Gets the value of the sdtContent property.SdtContentCTSdtRow. getSdtContent()Gets the value of the sdtContent property.SdtContentSdtBlock. getSdtContent()Gets the value of the sdtContent property.SdtContentSdtElement. getSdtContent()Changed in v3.3.4SdtContentSdtRun. getSdtContent()Gets the value of the sdtContent property.Methods in org.docx4j.wml with parameters of type SdtContent Modifier and Type Method Description voidCTSdtCell. setSdtContent(SdtContent value)Sets the value of the sdtContent property.voidCTSdtRow. setSdtContent(SdtContent value)Sets the value of the sdtContent property.voidSdtBlock. setSdtContent(SdtContent value)Sets the value of the sdtContent property.voidSdtElement. setSdtContent(SdtContent sdtContent)voidSdtRun. setSdtContent(SdtContent value)Sets the value of the sdtContent property.