Uses of Enum
com.pdftools.pdfa.conversion.InvoiceType
Packages that use InvoiceType
-
Uses of InvoiceType in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that return InvoiceTypeModifier and TypeMethodDescriptionstatic InvoiceTypeReturns the enum constant of this type with the specified name.static InvoiceType[]InvoiceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.pdfa.conversion with parameters of type InvoiceTypeModifier and TypeMethodDescriptionvoidConverter.addInvoiceXml(InvoiceType invoiceType, Stream invoice) Prepares the invoice XML file (ZUGFeRD or Factur-X) for embedding.voidConverter.addInvoiceXml(InvoiceType invoiceType, Stream invoice, AFRelationship afRelationship) Prepares the invoice XML file (ZUGFeRD or Factur-X) for embedding.