InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITinDocumentData Class Referenceabstract

#include <ITinDocumentData.h>

Inheritance diagram for ITinDocumentData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_TINDOCUMENTDATA }
 

Public Member Functions

virtual bool16 HasGlyphlets ()=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

An interface on the document boss to identify whether the document holds any glyphlets or not

Member Function Documentation

virtual bool16 ITinDocumentData::HasGlyphlets ()
pure virtual

Returns whether or not there are glyphlets in the document.

Returns
bool16 kTrue if there are glyphlets in the document, vice versa.