Uses of Enum Class
com.datalogics.PDFL.LineEndingStyle
Packages that use LineEndingStyle
-
Uses of LineEndingStyle in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LineEndingStyleModifier and TypeMethodDescriptionLineAnnotation.getEndPointEndingStyle()PolyLineAnnotation.getEndPointEndingStyle()LineAnnotation.getStartPointEndingStyle()PolyLineAnnotation.getStartPointEndingStyle()static LineEndingStyleReturns the enum constant of this class with the specified name.static LineEndingStyle[]LineEndingStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type LineEndingStyleModifier and TypeMethodDescriptionvoidLineAnnotation.setEndPointEndingStyle(LineEndingStyle style) voidPolyLineAnnotation.setEndPointEndingStyle(LineEndingStyle style) voidLineAnnotation.setStartPointEndingStyle(LineEndingStyle style) voidPolyLineAnnotation.setStartPointEndingStyle(LineEndingStyle style)