Uses of Class
org.docx4j.wml.CTSdtEndPr
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTSdtEndPr in org.docx4j.wml
Fields in org.docx4j.wml declared as CTSdtEndPr Modifier and Type Field Description protected CTSdtEndPrCTSdtCell. sdtEndPrprotected CTSdtEndPrCTSdtRow. sdtEndPrprotected CTSdtEndPrSdtBlock. sdtEndPrprotected CTSdtEndPrSdtRun. sdtEndPrMethods in org.docx4j.wml that return CTSdtEndPr Modifier and Type Method Description CTSdtEndPrObjectFactory. createCTSdtEndPr()Create an instance ofCTSdtEndPrCTSdtEndPrCTSdtCell. getSdtEndPr()Gets the value of the sdtEndPr property.CTSdtEndPrCTSdtRow. getSdtEndPr()Gets the value of the sdtEndPr property.CTSdtEndPrSdtBlock. getSdtEndPr()Gets the value of the sdtEndPr property.CTSdtEndPrSdtElement. getSdtEndPr()Gets the value of the sdtEndPr property.CTSdtEndPrSdtRun. getSdtEndPr()Gets the value of the sdtEndPr property.Methods in org.docx4j.wml with parameters of type CTSdtEndPr Modifier and Type Method Description voidCTSdtCell. setSdtEndPr(CTSdtEndPr value)Sets the value of the sdtEndPr property.voidCTSdtRow. setSdtEndPr(CTSdtEndPr value)Sets the value of the sdtEndPr property.voidSdtBlock. setSdtEndPr(CTSdtEndPr value)Sets the value of the sdtEndPr property.voidSdtElement. setSdtEndPr(CTSdtEndPr value)Sets the value of the sdtEndPr property.voidSdtRun. setSdtEndPr(CTSdtEndPr value)Sets the value of the sdtEndPr property.