enum

Cairo::PdfMetadata

Inherits Enum / Comparable / Value / Object

Used by the PdfSurface#set_metadata function specify the metadata to set.

Constants

Title = 0

The document title.

Author = 1

The document author.

Subject = 2

The document subject.

Keywords = 3

The document keywords.

Creator = 4

The document creator.

CreateDate = 5

The document creation date.

ModDate = 6

The document modification date.

Instance methods

author?

Returns true if this enum value equals Author

Source
create_date?

Returns true if this enum value equals CreateDate

Source
creator?

Returns true if this enum value equals Creator

Source
keywords?

Returns true if this enum value equals Keywords

Source
mod_date?

Returns true if this enum value equals ModDate

Source
subject?

Returns true if this enum value equals Subject

Source
title?

Returns true if this enum value equals Title

Source