LibreOffice Module vcl (master) 1
Namespaces | Enumerations
PDFObjectType.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vcl
 
namespace  vcl::pdf
 

Enumerations

enum class  vcl::pdf::PDFObjectType {
  vcl::pdf::Unknown = 0 ,
  vcl::pdf::Boolean = 1 ,
  vcl::pdf::Number = 2 ,
  vcl::pdf::String = 3 ,
  vcl::pdf::Name = 4 ,
  vcl::pdf::Array = 5 ,
  vcl::pdf::Dictionary = 6 ,
  vcl::pdf::Stream = 7 ,
  vcl::pdf::Nullobj = 8 ,
  vcl::pdf::Reference = 9
}