Haru Free PDF Library
hpdf_outline.h File Reference
#include "hpdf_objects.h"
Include dependency graph for hpdf_outline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

HPDF_Outline HPDF_OutlineRoot_New (HPDF_MMgr mmgr, HPDF_Xref xref)
 
HPDF_Outline HPDF_Outline_New (HPDF_MMgr mmgr, HPDF_Outline parent, const char *title, HPDF_Encoder encoder, HPDF_Xref xref)
 
HPDF_Outline HPDF_Outline_GetFirst (HPDF_Outline outline)
 
HPDF_Outline HPDF_Outline_GetLast (HPDF_Outline outline)
 
HPDF_Outline HPDF_Outline_GetPrev (HPDF_Outline outline)
 
HPDF_Outline HPDF_Outline_GetNext (HPDF_Outline outline)
 
HPDF_Outline HPDF_Outline_GetParent (HPDF_Outline outline)
 
HPDF_BOOL HPDF_Outline_GetOpened (HPDF_Outline outline)
 
HPDF_BOOL HPDF_Outline_Validate (HPDF_Outline obj)
 

Function Documentation

◆ HPDF_Outline_GetFirst()

HPDF_Outline HPDF_Outline_GetFirst ( HPDF_Outline  outline)

◆ HPDF_Outline_GetLast()

HPDF_Outline HPDF_Outline_GetLast ( HPDF_Outline  outline)

◆ HPDF_Outline_GetNext()

HPDF_Outline HPDF_Outline_GetNext ( HPDF_Outline  outline)

◆ HPDF_Outline_GetOpened()

HPDF_BOOL HPDF_Outline_GetOpened ( HPDF_Outline  outline)

◆ HPDF_Outline_GetParent()

HPDF_Outline HPDF_Outline_GetParent ( HPDF_Outline  outline)

◆ HPDF_Outline_GetPrev()

HPDF_Outline HPDF_Outline_GetPrev ( HPDF_Outline  outline)

◆ HPDF_Outline_New()

HPDF_Outline HPDF_Outline_New ( HPDF_MMgr  mmgr,
HPDF_Outline  parent,
const char *  title,
HPDF_Encoder  encoder,
HPDF_Xref  xref 
)

◆ HPDF_Outline_Validate()

HPDF_BOOL HPDF_Outline_Validate ( HPDF_Outline  obj)

◆ HPDF_OutlineRoot_New()

HPDF_Outline HPDF_OutlineRoot_New ( HPDF_MMgr  mmgr,
HPDF_Xref  xref 
)