PdfTopBarTitleOverflow

How a PdfViewerTopBar title behaves when it is too long to fit the space the bar can give it without pushing the action icons out of the way.

The bar always reserves room for the back affordance and the trailing icons first, so those never shrink or disappear — the title yields, and this enum picks how it yields.

See also

Entries

Link copied to clipboard

Truncate the title to a single line and append an ellipsis ("Very long invoice n…"). Matches the Android / Material convention and is the default everywhere.

Link copied to clipboard

Keep the full title on a single line and scroll it horizontally (a marquee) when — and only when — it overflows. Titles that already fit stay static. Useful when truncating would hide a meaningful tail of the filename.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.