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.cr

Enum 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.

Instance Method Summary

Instance Method Detail

def bold? #

[View source]
def italic? #

[View source]
def none? #

[View source]
def open? #

[View source]