Uses of Class
org.docx4j.wml.CTSdtEndPr
Packages that use CTSdtEndPr
-
Uses of CTSdtEndPr in org.docx4j.wml
Fields in org.docx4j.wml declared as CTSdtEndPrModifier and TypeFieldDescriptionprotected CTSdtEndPrCTSdtCell.sdtEndPrprotected CTSdtEndPrCTSdtRow.sdtEndPrprotected CTSdtEndPrSdtBlock.sdtEndPrprotected CTSdtEndPrSdtRun.sdtEndPrMethods in org.docx4j.wml that return CTSdtEndPrModifier and TypeMethodDescriptionObjectFactory.createCTSdtEndPr()Create an instance ofCTSdtEndPrCTSdtCell.getSdtEndPr()Gets the value of the sdtEndPr property.CTSdtRow.getSdtEndPr()Gets the value of the sdtEndPr property.SdtBlock.getSdtEndPr()Gets the value of the sdtEndPr property.SdtElement.getSdtEndPr()Gets the value of the sdtEndPr property.SdtRun.getSdtEndPr()Gets the value of the sdtEndPr property.Methods in org.docx4j.wml with parameters of type CTSdtEndPrModifier and TypeMethodDescriptionvoidCTSdtCell.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.