PTUnderline
@interface PTUnderline : PTTextMarkup
An Underline annotation shows as a line segment across the bottom of a word or a group of contiguous words.
-
Creates an Underline annotation and initializes it using given Cos/SDF object.
Note
The constructor does not copy any data, but is instead the logical equivalent of a type cast.Parameters
dThe Cos/SDF object to initialze the annotation with.
-
Creates a new Underline annotation in the specified document.
Declaration
Parameters
docA document to which the Underline annotation is added.
posA rectangle specifying the Underline annotation’s bounds in default user space units.
Return Value
A newly created blank Underline annotation.
PTUnderline Class Reference