Poppler.Layer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Poppler.Layer(**kwargs)¶
- Bases:
- Abstract:
No
- get_radio_button_group_id()¶
- Returns:
the ID of the radio button group associated with self, or 0 if the layer is not associated to any radio button group
- Return type:
Returns the numeric ID the radio button group associated with self.
New in version 0.12.
- get_title()¶
- Returns:
a string containing the title of the layer
- Return type:
Returns the name of the layer suitable for presentation as a title in a viewer’s GUI
New in version 0.12.
- hide()¶
Hides self. If self is the parent of other nested layers, such layers will be also hidden and will be blocked until self is shown again
New in version 0.12.
- is_parent()¶
-
Returns whether self is parent of other nested layers.
New in version 0.12.
- is_visible()¶
-
Returns whether self is visible
New in version 0.12.
- show()¶
Shows self
New in version 0.12.