Uses of Class
com.levigo.jadice.server.pdf.EmbedAttachmentsNode.MissingAttachmentsHandlingMode
-
Packages that use EmbedAttachmentsNode.MissingAttachmentsHandlingMode Package Description com.levigo.jadice.server.pdf -
-
Uses of EmbedAttachmentsNode.MissingAttachmentsHandlingMode in com.levigo.jadice.server.pdf
Methods in com.levigo.jadice.server.pdf that return EmbedAttachmentsNode.MissingAttachmentsHandlingMode Modifier and Type Method Description EmbedAttachmentsNode.MissingAttachmentsHandlingMode
EmbedAttachmentsNode. getMissingAttachmentsHandlingMode()
static EmbedAttachmentsNode.MissingAttachmentsHandlingMode
EmbedAttachmentsNode.MissingAttachmentsHandlingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmbedAttachmentsNode.MissingAttachmentsHandlingMode[]
EmbedAttachmentsNode.MissingAttachmentsHandlingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.pdf with parameters of type EmbedAttachmentsNode.MissingAttachmentsHandlingMode Modifier and Type Method Description void
EmbedAttachmentsNode. setMissingAttachmentsHandlingMode(EmbedAttachmentsNode.MissingAttachmentsHandlingMode missingAttachmentsHandlingMode)
Set the attribute that determines which action shall be performed when there is no stream available that can be embedded.
-