C# 클래스 Poppler.IndexIter

상속: GLib.Opaque
파일 보기 프로젝트 열기: GNOME/pdfmod

공개 메소드들

메소드 설명
Copy ( ) : Poppler.IndexIter
IndexIter ( IntPtr raw ) : System
IndexIter ( Poppler document ) : System
Next ( ) : bool

보호된 메소드들

메소드 설명
Free ( IntPtr raw ) : void

비공개 메소드들

메소드 설명
poppler_index_iter_copy ( IntPtr raw ) : IntPtr
poppler_index_iter_free ( IntPtr raw ) : void
poppler_index_iter_get_action ( IntPtr raw ) : IntPtr
poppler_index_iter_get_child ( IntPtr raw ) : IntPtr
poppler_index_iter_get_type ( ) : IntPtr
poppler_index_iter_is_open ( IntPtr raw ) : bool
poppler_index_iter_new ( IntPtr document ) : IntPtr
poppler_index_iter_next ( IntPtr raw ) : bool

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Poppler.IndexIter
리턴 Poppler.IndexIter

Free() 보호된 메소드

protected Free ( IntPtr raw ) : void
raw System.IntPtr
리턴 void

IndexIter() 공개 메소드

public IndexIter ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

IndexIter() 공개 메소드

public IndexIter ( Poppler document ) : System
document Poppler
리턴 System

Next() 공개 메소드

public Next ( ) : bool
리턴 bool