Uses of Class
org.xlsx4j.sml.CTPhoneticPr
Packages that use CTPhoneticPr
-
Uses of CTPhoneticPr in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTPhoneticPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPhoneticPrModifier and TypeMethodDescriptionCTWorksheet.getPhoneticPr()Gets the value of the phoneticPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPhoneticPrModifier and TypeMethodDescriptionvoidCTWorksheet.setPhoneticPr(CTPhoneticPr value) Sets the value of the phoneticPr property. -
Uses of CTPhoneticPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPhoneticPrModifier and TypeFieldDescriptionprotected CTPhoneticPrCTRst.phoneticPrprotected CTPhoneticPrMacrosheet.phoneticPrprotected CTPhoneticPrWorksheet.phoneticPrMethods in org.xlsx4j.sml that return CTPhoneticPrModifier and TypeMethodDescriptionObjectFactory.createCTPhoneticPr()Create an instance ofCTPhoneticPrCTRst.getPhoneticPr()Gets the value of the phoneticPr property.Macrosheet.getPhoneticPr()Gets the value of the phoneticPr property.Worksheet.getPhoneticPr()Gets the value of the phoneticPr property.Methods in org.xlsx4j.sml with parameters of type CTPhoneticPrModifier and TypeMethodDescriptionvoidCTRst.setPhoneticPr(CTPhoneticPr value) Sets the value of the phoneticPr property.voidMacrosheet.setPhoneticPr(CTPhoneticPr value) Sets the value of the phoneticPr property.voidWorksheet.setPhoneticPr(CTPhoneticPr value) Sets the value of the phoneticPr property.