com.pspdfkit.annotations.configuration.AnnotationNoteIconConfiguration.Builder<T> |
![]() |
Builder for AnnotationNoteIconConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setAvailableIconNames(List<String> availableIconNames)
Sets names of note icons available in the icon picker.
| ||||||||||
abstract T |
setDefaultIconName(String iconName)
Sets default note annotation icon name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets names of note icons available in the icon picker.
availableIconNames | List of available icon names. |
---|
Sets default note annotation icon name.
iconName | Name of the note icon used as default when creating new annotations. |
---|