Uses of Interface
org.openxma.dsl.dom.model.TrimFunction

Packages that use TrimFunction
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of TrimFunction in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return TrimFunction
 TrimFunction DomFactory.createTrimFunction()
          Returns a new object of class 'Trim Function'.
 

Uses of TrimFunction in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement TrimFunction
 class TrimFunctionImpl
          An implementation of the model object 'Trim Function'.
 

Methods in org.openxma.dsl.dom.model.impl that return TrimFunction
 TrimFunction DomFactoryImpl.createTrimFunction()
           
 

Uses of TrimFunction in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type TrimFunction
 T DomSwitch.caseTrimFunction(TrimFunction object)
          Returns the result of interpreting the object as an instance of 'Trim Function'.
 



Copyright © 2013. All Rights Reserved.