Uses of Class
org.docx4j.wml.SdtPr
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of SdtPr in org.docx4j.wml
Fields in org.docx4j.wml declared as SdtPr Modifier and Type Field Description protected SdtPrCTSdtCell. sdtPrprotected SdtPrCTSdtRow. sdtPrprotected SdtPrSdtBlock. sdtPrprotected SdtPrSdtRun. sdtPrMethods in org.docx4j.wml that return SdtPr Modifier and Type Method Description SdtPrObjectFactory. createSdtPr()Create an instance ofSdtPrSdtPrCTSdtCell. getSdtPr()Gets the value of the sdtPr property.SdtPrCTSdtRow. getSdtPr()Gets the value of the sdtPr property.SdtPrSdtBlock. getSdtPr()Gets the value of the sdtPr property.SdtPrSdtElement. getSdtPr()Gets the value of the sdtPr property.SdtPrSdtRun. getSdtPr()Gets the value of the sdtPr property.Methods in org.docx4j.wml with parameters of type SdtPr Modifier and Type Method Description voidCTSdtCell. setSdtPr(SdtPr value)Sets the value of the sdtPr property.voidCTSdtRow. setSdtPr(SdtPr value)Sets the value of the sdtPr property.voidSdtBlock. setSdtPr(SdtPr value)Sets the value of the sdtPr property.voidSdtElement. setSdtPr(SdtPr value)Sets the value of the sdtPr property.voidSdtRun. setSdtPr(SdtPr value)Sets the value of the sdtPr property.