LayersIter
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "poppler_layers_iter_get_type ()" ) ]
[ Compact ]
public class LayersIter
Content:
Creation methods:
Methods:
- public LayersIter copy ()
Creates a new LayersIter as a copy of
this.
- public void free ()
Frees this.
- public LayersIter get_child ()
Returns a newly created child of this, or
null
if the iter has no child.
- public Layer get_layer ()
Returns the Layer
associated with this.
- public string get_title ()
Returns the title associated with this.
- public bool next ()
Sets this to point to the next action at
the current level, if valid.