Uses of Enum
com.pdftools.pdfa.conversion.AFRelationship
Packages that use AFRelationship
-
Uses of AFRelationship in com.pdftools.pdfa.conversion
Methods in com.pdftools.pdfa.conversion that return AFRelationshipModifier and TypeMethodDescriptionstatic AFRelationshipReturns the enum constant of this type with the specified name.static AFRelationship[]AFRelationship.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 AFRelationshipModifier and TypeMethodDescriptionvoidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType, String description) Prepares the associated file for embedding.voidConverter.addAssociatedFile(Stream embeddedFile, String name, Integer associate, AFRelationship afRelationship, String mimeType, String description, OffsetDateTime modificationDate) Prepares the associated file for embedding.voidConverter.addInvoiceXml(InvoiceType invoiceType, Stream invoice, AFRelationship afRelationship) Prepares the invoice XML file (ZUGFeRD or Factur-X) for embedding.