lib.haxe.org

format 1.20 Documentation

Back | Index
enum format.pdf.Data
DXRefTable(t : Array<{ start : Int, entries : Array<{ used : Bool, offset : Int, gen : Int}>}>)
DTrailer(o : Data)
DString(s : String)
DStream(b : haxe.io.Bytes,props : Hash<Data>)
DStartXRef(pos : Int)
DRef(id : Int,rev : Int)
DNumber(n : Float)
DNull
DName(s : String)
DIndirect(id : Int,rev : Int,v : Data)
DHexString(s : String)
DDict(h : Hash<Data>)
DComment(s : String)
DBool(b : Bool)
DArray(a : Array<Data>)
Back | Index