Uses of Class
org.xlsx4j.sml.CTPhoneticPr
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTPhoneticPr Modifier and Type Field Description protected CTPhoneticPrCTWorksheet. phoneticPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPhoneticPr Modifier and Type Method Description CTPhoneticPrCTWorksheet. getPhoneticPr()Gets the value of the phoneticPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPhoneticPr Modifier and Type Method Description voidCTWorksheet. setPhoneticPr(CTPhoneticPr value)Sets the value of the phoneticPr property. -
Uses of CTPhoneticPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPhoneticPr Modifier and Type Field Description protected CTPhoneticPrCTRst. phoneticPrprotected CTPhoneticPrMacrosheet. phoneticPrprotected CTPhoneticPrWorksheet. phoneticPrMethods in org.xlsx4j.sml that return CTPhoneticPr Modifier and Type Method Description CTPhoneticPrObjectFactory. createCTPhoneticPr()Create an instance ofCTPhoneticPrCTPhoneticPrCTRst. getPhoneticPr()Gets the value of the phoneticPr property.CTPhoneticPrMacrosheet. getPhoneticPr()Gets the value of the phoneticPr property.CTPhoneticPrWorksheet. getPhoneticPr()Gets the value of the phoneticPr property.Methods in org.xlsx4j.sml with parameters of type CTPhoneticPr Modifier and Type Method Description voidCTRst. 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.