Class: Poppler::Layer

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#hidenil

Hides layer. If layer is the parent of other nested layers, such layers will be also hidden and will be blocked until layer is shown again

Returns:

  • (nil)

#is_parentBoolean

Returns whether layer is parent of other nested layers.

Returns:

  • (Boolean)

    true if layer is a parent layer

#is_visibleBoolean

Returns whether layer is visible

Returns:

  • (Boolean)

    true if layer is visible

#radio_button_group_idInteger

Returns the numeric ID the radio button group associated with layer. or 0 if the layer is not associated to any radio button group

Returns:

  • (Integer)

    the ID of the radio button group associated with layer,

#shownil

Shows layer

Returns:

  • (nil)

#titleString

Returns the name of the layer suitable for presentation as a title in a viewer's GUI

Returns:

  • (String)

    a string containing the title of the layer