Interface AnnotationBorderStyleConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationBorderStyleConfiguration implements AnnotationConfiguration
Configuration for annotation border style (BORDER_STYLE).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationBorderStyleConfiguration.Builder
Builder for AnnotationBorderStyleConfiguration.
-
Method Summary
Modifier and Type Method Description abstract BorderStylePreset
getDefaultBorderStylePreset()
Default border style preset. abstract List<BorderStylePreset>
getBorderStylePresets()
Available border style presets. -
-
Method Detail
-
getDefaultBorderStylePreset
@NonNull() abstract BorderStylePreset getDefaultBorderStylePreset()
Default border style preset.
- Returns:
Border style preset used as default for editing annotations.
-
getBorderStylePresets
@NonNull() abstract List<BorderStylePreset> getBorderStylePresets()
Available border style presets.
- Returns:
List of available border style presets.
-
-
-
-