EMPrimitiveTextFormat Constants Reference

Declared in EMTextPrimitive.h

EMPrimitiveTextFormat

Represents the allowed input format of the data.

Definition

typedef NS_ENUM(int, EMPrimitiveTextFormat ) {
   EMPrimitiveTextFormatIso8859_15,
   EMPrimitiveTextFormatBinary,
};

Constants

EMPrimitiveTextFormatIso8859_15

Input is restricted to ISO8859-15

Declared In EMTextPrimitive.h.

EMPrimitiveTextFormatBinary

Input has no restriction

Declared In EMTextPrimitive.h.

Declared In

EMTextPrimitive.h