Interface AnnotationLineEndsConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationLineEndsConfiguration implements AnnotationConfiguration
Configuration for annotation line ends (LINE_ENDS).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationLineEndsConfiguration.Builder
Builder for AnnotationLineEndsConfiguration.
-
Method Summary
Modifier and Type Method Description abstract Pair<LineEndType, LineEndType>
getDefaultLineEnds()
Default line end types. abstract List<LineEndType>
getAvailableLineEnds()
Supported line end types. -
-
Method Detail
-
getDefaultLineEnds
@NonNull() abstract Pair<LineEndType, LineEndType> getDefaultLineEnds()
Default line end types.
- Returns:
Pair of line end types used as default for created annotations.
-
getAvailableLineEnds
@NonNull() abstract List<LineEndType> getAvailableLineEnds()
Supported line end types.
- Returns:
List of supported line end types.
-
-
-
-