InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AppPrefsListElementTypes Class Reference

#include <AppPrefsListElementTypes.h>

Static Public Member Functions

static bool16 IsTypeInList (ScriptID elementType)
 
static const std::set< ScriptID > & GetListElementTypes ()
 

Detailed Description

This is a helper class that keeps a list of all standard element types that we export

Member Function Documentation

static const std::set<ScriptID>& AppPrefsListElementTypes::GetListElementTypes ()
static

returns a list of list element types that are part of the standard export

static bool16 AppPrefsListElementTypes::IsTypeInList (ScriptID elementType)
inlinestatic

Is the specified type a list element that we export?

Parameters
elementTypethe type we are inquiring about
Returns
bool16 kTrue if this elementType is in the list, kFalse if not