Uses of Class
net.webpdf.wsclient.openapi.MetadataBackgroundContent
-
Packages that use MetadataBackgroundContent Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataBackgroundContent in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataBackgroundContent Modifier and Type Method Description MetadataBackgroundContentMetadataBackgroundContent. bounds(MetadataRectangle bounds)MetadataBackgroundContentMetadataBackgroundContent. isImage(Boolean isImage)MetadataBackgroundContentMetadataBackgroundContent. objectKey(String objectKey)MetadataBackgroundContentMetadataBackgroundContent. onprint(Boolean onprint)MetadataBackgroundContentMetadataBackgroundContent. onscreen(Boolean onscreen)MetadataBackgroundContentMetadataBackgroundContent. page(Integer page)MetadataBackgroundContentMetadataBackgroundContent. pieceInfo(MetadataPieceInfoBackgroundContent pieceInfo)Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataBackgroundContent Modifier and Type Method Description @Nullable List<MetadataBackgroundContent>MetadataBackgroundsDocument. getBackground()Get backgroundMethods in net.webpdf.wsclient.openapi with parameters of type MetadataBackgroundContent Modifier and Type Method Description MetadataBackgroundsDocumentMetadataBackgroundsDocument. addBackgroundItem(MetadataBackgroundContent backgroundItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataBackgroundContent Modifier and Type Method Description MetadataBackgroundsDocumentMetadataBackgroundsDocument. background(List<MetadataBackgroundContent> background)voidMetadataBackgroundsDocument. setBackground(List<MetadataBackgroundContent> background)
-