Uses of Class
org.xlsx4j.sml.CTSmartTags
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTSmartTags in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSmartTags Modifier and Type Field Description protected CTSmartTagsCTWorksheet. smartTagsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSmartTags Modifier and Type Method Description CTSmartTagsCTWorksheet. getSmartTags()Gets the value of the smartTags property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSmartTags Modifier and Type Method Description voidCTWorksheet. setSmartTags(CTSmartTags value)Sets the value of the smartTags property. -
Uses of CTSmartTags in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSmartTags Modifier and Type Field Description protected CTSmartTagsWorksheet. smartTagsMethods in org.xlsx4j.sml that return CTSmartTags Modifier and Type Method Description CTSmartTagsObjectFactory. createCTSmartTags()Create an instance ofCTSmartTagsCTSmartTagsWorksheet. getSmartTags()Gets the value of the smartTags property.Methods in org.xlsx4j.sml with parameters of type CTSmartTags Modifier and Type Method Description voidWorksheet. setSmartTags(CTSmartTags value)Sets the value of the smartTags property.