Uses of Class
org.xlsx4j.sml.STAxis

Packages that use STAxis 
Package Description
org.xlsx4j.sml  
  • Uses of STAxis in org.xlsx4j.sml

    Fields in org.xlsx4j.sml declared as STAxis 
    Modifier and Type Field Description
    protected STAxis CTPivotArea.axis  
    protected STAxis CTPivotField.axis  
    protected STAxis CTPivotSelection.axis  
    Methods in org.xlsx4j.sml that return STAxis 
    Modifier and Type Method Description
    static STAxis STAxis.fromValue​(java.lang.String v)  
    STAxis CTPivotArea.getAxis()
    Gets the value of the axis property.
    STAxis CTPivotField.getAxis()
    Gets the value of the axis property.
    STAxis CTPivotSelection.getAxis()
    Gets the value of the axis property.
    static STAxis STAxis.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static STAxis[] STAxis.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.xlsx4j.sml with parameters of type STAxis 
    Modifier and Type Method Description
    void CTPivotArea.setAxis​(STAxis value)
    Sets the value of the axis property.
    void CTPivotField.setAxis​(STAxis value)
    Sets the value of the axis property.
    void CTPivotSelection.setAxis​(STAxis value)
    Sets the value of the axis property.