public static interface

AnnotationBorderStyleConfiguration.Builder

implements AnnotationConfiguration.Builder<T>
com.pspdfkit.annotations.configuration.AnnotationBorderStyleConfiguration.Builder<T>
Known Indirect Subclasses

Class Overview

Builder for AnnotationBorderStyleConfiguration.

Summary

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
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder

Public Methods

public abstract T setBorderStylePresets (List<BorderStylePreset> borderStylePresets)

Sets border style presets that will be available in the inspector.

Parameters
borderStylePresets List of available border style presets.

public abstract T setDefaultBorderStylePreset (BorderStylePreset borderStylePreset)

Sets default border style.

Parameters
borderStylePreset Border style preset used as default for newly created annotations.