Class: Poppler::Layer
- Inherits:
-
Object
- Object
- Poppler::Layer
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#hide ⇒ nil
Hides layer.
-
#is_parent ⇒ Boolean
Returns whether layer is parent of other nested layers.
-
#is_visible ⇒ Boolean
Returns whether layer is visible.
-
#radio_button_group_id ⇒ Integer
Returns the numeric ID the radio button group associated with layer.
-
#show ⇒ nil
Shows layer.
-
#title ⇒ String
Returns the name of the layer suitable for presentation as a title in a viewer's GUI.
Instance Method Details
#hide ⇒ nil
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
#is_parent ⇒ Boolean
Returns whether layer is parent of other nested layers.
#is_visible ⇒ Boolean
Returns whether layer is visible
#radio_button_group_id ⇒ Integer
Returns the numeric ID the radio button group associated with layer. or 0 if the layer is not associated to any radio button group
#show ⇒ nil
Shows layer
#title ⇒ String
Returns the name of the layer suitable for presentation as a title in a viewer's GUI