Uses of Class
net.sf.jasperreports.engine.export.ooxml.type.PptxFieldTypeEnum
-
Packages that use PptxFieldTypeEnum Package Description net.sf.jasperreports.engine.export.ooxml.type Containsenumtypes used when exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX. -
-
Uses of PptxFieldTypeEnum in net.sf.jasperreports.engine.export.ooxml.type
Methods in net.sf.jasperreports.engine.export.ooxml.type that return PptxFieldTypeEnum Modifier and Type Method Description static PptxFieldTypeEnumPptxFieldTypeEnum. getByName(java.lang.String name)static PptxFieldTypeEnumPptxFieldTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PptxFieldTypeEnum[]PptxFieldTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-