Uses of Class
com.jniwrapper.win32.jexcel.FixedFormatType

Packages that use FixedFormatType
com.jniwrapper.win32.jexcel   
 

Uses of FixedFormatType in com.jniwrapper.win32.jexcel
 

Fields in com.jniwrapper.win32.jexcel declared as FixedFormatType
static FixedFormatType FixedFormatType.PDF
           
static FixedFormatType FixedFormatType.XPS
           
 

Methods in com.jniwrapper.win32.jexcel with parameters of type FixedFormatType
 void Workbook.exportAsFixedFormat(java.io.File file, FixedFormatType formatType)
          Exports the workbook to the PDF or XPS file that is specified by the file argument.