enum Cairo::PdfOutlineFlags
Overview
Used by the PdfSurface#add_outline
function specify the attributes of an
outline item. These flags may be bitwise-or'd to produce any combination
of flags.
Defined in:
cairo/pdf_outline_flags.crEnum Members
-
Open =
1
-
The outline item defaults to open in the PDF viewer.
-
Bold =
2
-
The outline item is displayed by the viewer in bold text.
-
Italic =
4
-
The outline item is displayed by the viewer in italic text.