com.pspdfkit.annotations.configuration.AnnotationLineEndsConfiguration.Builder<T> |
![]() |
Builder for AnnotationLineEndsConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract T |
setAvailableLineEnds(List<LineEndType> availableLineEnds)
Sets line end types that will be available in the inspector.
| ||||||||||
abstract T |
setDefaultLineEnds(Pair<LineEndType, LineEndType> defaultLineEnds)
Sets default line end types.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets line end types that will be available in the inspector.
availableLineEnds | List of available line end types. |
---|
Sets default line end types.
defaultLineEnds | Pair of line end types used as default for created annotations. |
---|