Uses of Class
com.dynamixsoftware.intentapi.PrintHandOption

Uses of PrintHandOption in com.dynamixsoftware.intentapi
 

Methods in com.dynamixsoftware.intentapi that return types with arguments of type PrintHandOption
 java.util.List<PrintHandOption> IntentAPI.getFilesOptions()
           
 java.util.List<PrintHandOption> IIntentAPI.getFilesOptions()
           
 java.util.List<PrintHandOption> IntentAPI.getImagesOptions()
           
 java.util.List<PrintHandOption> IIntentAPI.getImagesOptions()
           
 

Method parameters in com.dynamixsoftware.intentapi with type arguments of type PrintHandOption
 void IntentAPI.setFilesOptions(java.util.List<PrintHandOption> options)
           
 void IIntentAPI.setFilesOptions(java.util.List<PrintHandOption> options)
           
 void IntentAPI.setImagesOptions(java.util.List<PrintHandOption> options)
           
 void IIntentAPI.setImagesOptions(java.util.List<PrintHandOption> options)