Uses of Class
org.docx4j.wml.SdtContent
Packages that use SdtContent
-
Uses of SdtContent in org.docx4j.wml
Subclasses of SdtContent in org.docx4j.wmlModifier and TypeClassDescriptionclassWraps around a table cell.classJava class for CT_SdtContentRow complex type.classJava class for CT_SdtContentRun complex type.classJava class for CT_SdtContentBlock complex type.Methods in org.docx4j.wml that return SdtContentModifier and TypeMethodDescriptionCTSdtCell.getSdtContent()Gets the value of the sdtContent property.CTSdtRow.getSdtContent()Gets the value of the sdtContent property.SdtBlock.getSdtContent()Gets the value of the sdtContent property.SdtElement.getSdtContent()Changed in v3.3.4SdtRun.getSdtContent()Gets the value of the sdtContent property.Methods in org.docx4j.wml with parameters of type SdtContentModifier and TypeMethodDescriptionvoidCTSdtCell.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.