CPDFLineStyle Constants Reference
Declared in | CPDFLineAnnotation.h |
---|
CPDFLineStyle
The following constants specify the available line ending styles.
Definition
typedef NS_ENUM(NSInteger, CPDFLineStyle ) {
CPDFLineStyleNone = 0,
CPDFLineStyleOpenArrow = 1,
CPDFLineStyleClosedArrow = 2,
CPDFLineStyleSquare = 3,
CPDFLineStyleCircle = 4,
CPDFLineStyleDiamond = 5,
};
Constants
CPDFLineStyleNone
-
No line ending.
Declared In
CPDFLineAnnotation.h
. CPDFLineStyleOpenArrow
-
An open arrowhead line ending, composed from two short lines meeting in an acute angle at the line end.
Declared In
CPDFLineAnnotation.h
. CPDFLineStyleClosedArrow
-
A closed arrowhead line ending, consisting of a triangle with the acute vertex at the line end and filled with the annotation’s interior color, if any.
Declared In
CPDFLineAnnotation.h
. CPDFLineStyleSquare
-
A square line ending filled with the annotation’s interior color, if any.
Declared In
CPDFLineAnnotation.h
. CPDFLineStyleCircle
-
A circular line ending filled with the annotation’s interior color, if any.
Declared In
CPDFLineAnnotation.h
. CPDFLineStyleDiamond
-
A diamond-shaped line ending filled with the annotation’s interior color, if any.
Declared In
CPDFLineAnnotation.h
.
Declared In
CPDFLineAnnotation.h