java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar.LayoutStyle |
A PdfStaticThumbnailBar
has two possible layout styles, depending on how it's planned
to be used.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PdfStaticThumbnailBar.LayoutStyle | FLOATING | The thumbnail bar layout style that makes it look like the floating bar (rounded corners, elevation). | |||||||||
PdfStaticThumbnailBar.LayoutStyle | PINNED | The thumbnail bar layout style that makes it adapted for being pinned (preferably to the bottom), with square shape and sharp corners. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PdfStaticThumbnailBar.LayoutStyle | valueOf(String name) | ||||||||||
final static LayoutStyle[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The thumbnail bar layout style that makes it look like the floating bar (rounded corners, elevation).
The thumbnail bar layout style that makes it adapted for being pinned (preferably to the bottom), with square shape and sharp corners.