com.pspdfkit.annotations.configuration.AnnotationBorderStyleConfiguration.Builder<T> |
![]() |
Builder for AnnotationBorderStyleConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setBorderStylePresets(List<BorderStylePreset> borderStylePresets)
Sets border style presets that will be available in the inspector.
| ||||||||||
abstract T |
setDefaultBorderStylePreset(BorderStylePreset borderStylePreset)
Sets default border style.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets border style presets that will be available in the inspector.
borderStylePresets | List of available border style presets. |
---|
Sets default border style.
borderStylePreset | Border style preset used as default for newly created annotations. |
---|