Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_string_object.h File Reference

This file contains class definitions for StringObjectHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  StringType { StringType_Literal = 0, StringType_Hexadecimal }
 Available types of strings. More...
 

Detailed Description

This file contains class definitions for StringObjectHandle.

Enumeration Type Documentation

◆ StringType

enum StringType

Available types of strings.

Enumerator
StringType_Literal 

Text stored in raw format.

See also
LiteralStringObjectHandle
StringType_Hexadecimal 

Text stored in hexadecimal notation.

See also
HexadecimalStringObjectHandle