Uses of Interface
com.itextpdf.text.zugferd.profiles.ComfortProfile
-
Packages that use ComfortProfile Package Description com.itextpdf.text.zugferd com.itextpdf.text.zugferd.profiles -
-
Uses of ComfortProfile in com.itextpdf.text.zugferd
Methods in com.itextpdf.text.zugferd with parameters of type ComfortProfile Modifier and Type Method Description protected void
InvoiceDOM. importInvoiceeTradeParty(org.w3c.dom.Element parent, ComfortProfile data)
Gets the invoicee party data to import this data.protected void
InvoiceDOM. importLineItemsComfort(org.w3c.dom.Element parent, ComfortProfile data)
Gets line item data to import the this data (comfort profile).protected void
InvoiceDOM. importSpecifiedLogisticsServiceCharge(org.w3c.dom.Element parent, ComfortProfile data)
Gets specified logistics service charge data to import the this data.protected void
InvoiceDOM. importSpecifiedTradeAllowanceCharge(org.w3c.dom.Element parent, ComfortProfile data)
Gets specified trade allowance charge data to import the this data.protected void
InvoiceDOM. importSpecifiedTradePaymentTerms(org.w3c.dom.Element parent, ComfortProfile data)
Gets specified trade payment terms data to import the this data. -
Uses of ComfortProfile in com.itextpdf.text.zugferd.profiles
Classes in com.itextpdf.text.zugferd.profiles that implement ComfortProfile Modifier and Type Class Description class
ComfortProfileImp
This implementation of the BasicProfile contains member-variables that store all the data needed to create an XML attachment for a ZUGFeRD invoice that conforms with the Comfort profile.
-