![]() | InDesign SDK 20.5 |
#include <IQRCodeStringData.h>

Public Types | |
| enum | { kWebHyperlink = 0, kPlainText, kTextMessage, kEmail, kBusinessCard } |
Public Member Functions | |
| virtual PMString | GetEncodedString () const =0 |
| virtual PMString | GetToolTipString () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Public Attributes | |
| enum IQRCodeStringData:: { ... } | QRCodeTypes |
Interface for keeping data common to all types of QR codes.
| anonymous enum |
| pure virtual |
Return the encoded string data for the QR code.
| pure virtual |
Return the tool tip string to be shown for the QR code.