public static interface OngoingDelivery.WithPrintFallback extends OngoingDelivery<OngoingDelivery.SendableWithPrintFallback>
OngoingDelivery.ForPrintOnly, OngoingDelivery.SendableDelivery, OngoingDelivery.SendableForPrintOnly, OngoingDelivery.SendableWithPrintFallback, OngoingDelivery.WithPrintFallback
Modifier and Type | Method and Description |
---|---|
default OngoingDelivery.SendableWithPrintFallback |
addContent(Document document,
byte[] content,
byte[] printContent)
Laster opp innhold til et dokument med alternativt innhold for print, hvor sistnevnte må være PDF.
|
OngoingDelivery.SendableWithPrintFallback |
addContent(Document document,
InputStream content,
InputStream printContent)
Laster opp innhold til et dokument med alternativt innhold for print, hvor sistnevnte må være PDF.
|
addContent, addContent
OngoingDelivery.SendableWithPrintFallback addContent(Document document, InputStream content, InputStream printContent)
default OngoingDelivery.SendableWithPrintFallback addContent(Document document, byte[] content, byte[] printContent)
Copyright © 2019 Digipost. All rights reserved.