| Interface and Description |
|---|
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFColumn |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCell |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle
use the document exporter instead or use an up-to-date PDF library if you need this much customization
|
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCell |
| com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle
use the document exporter instead or use an up-to-date PDF library if you need this much customization
|
| Class and Description |
|---|
| com.mendix.core.objectmanagement.member.MendixCurrency
Use MendixDecimal instead.
|
| com.mendix.modules.exportmanager.pdf.PDFCell |
| com.mendix.modules.exportmanager.pdf.PDFCellStyle |
| com.mendix.modules.exportmanager.pdf.PDFColumn |
| com.mendix.modules.exportmanager.pdf.PDFExporter |
| com.mendix.modules.exportmanager.pdf.PDFGrid |
| com.mendix.modules.exportmanager.pdf.PDFImageCell |
| com.mendix.modules.exportmanager.pdf.PDFImageCellStyle |
| com.mendix.modules.exportmanager.pdf.PDFTextCell |
| com.mendix.modules.exportmanager.pdf.PDFTextCellStyle |
| com.mendix.systemwideinterfaces.utils.ReadOnlyList
use java.util.Collections.umodifiableList, java.util.Collections.unmodifiableCollection and java.util.Collections.unmodifiableMap instead.
|
| Enum and Description |
|---|
| com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.AssociationCascadingDeletion |
| com.mendix.core.component.InternalCore.Mode |
| Enum Constant and Description |
|---|
| com.mendix.systemwideinterfaces.core.IDataType.DataTypeEnum.Currency |
| com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType.Currency |