PdfPageImageContent


public final class PdfPageImageContent


Represents the content associated with an image type in a page of a PDF document.

Summary

Public constructors

Public methods

final @NonNull String

: Alternate text for the image.

Public constructors

PdfPageImageContent

Added in 1.0.0-alpha10
public PdfPageImageContent(@NonNull String altText)
Parameters
@NonNull String altText

: Alternate text for the image.

Public methods

getAltText

Added in 1.0.0-alpha10
public final @NonNull String getAltText()

: Alternate text for the image.