FigureAlt

Overview

FigureAlt is a type in Aspose.PDF FOSS for Go.

FigureAlt is a /Figure structure element that has no alternate text, paired with the image it brackets (when resolvable).

This type provides 2 methods for working with FigureAlt objects in Go programs. Available methods include: Image, SetAltText. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
Image()(*Image, bool)Image returns the figure’s image and whether one was resolved.
SetAltText(alt: string)SetAltText sets the figure’s /Alt (alternate text).

See Also