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

Public Types | |
| enum | { kDefaultIID = IID_IQRVCARDDATA } |
Public Types inherited from IQRCodeStringData | |
| enum | { kWebHyperlink = 0, kPlainText, kTextMessage, kEmail, kBusinessCard } |
Public Member Functions | |
| virtual void | SetFirstName (const PMString &firstName)=0 |
| virtual PMString | GetFirstName () const =0 |
| virtual void | SetLastName (const PMString &lastName)=0 |
| virtual PMString | GetLastName () const =0 |
| virtual void | SetJobTitle (const PMString &jobTitle)=0 |
| virtual PMString | GetJobTitle () const =0 |
| virtual void | SetTelNo (const PMString &telNo)=0 |
| virtual PMString | GetTelNo () const =0 |
| virtual void | SetCellNo (const PMString &cellNo)=0 |
| virtual PMString | GetCellNo () const =0 |
| virtual void | SetEmail (const PMString &email)=0 |
| virtual PMString | GetEmail () const =0 |
| virtual void | SetWebsite (const PMString &website)=0 |
| virtual PMString | GetWebsite () const =0 |
| virtual void | SetOrganization (const PMString &org)=0 |
| virtual PMString | GetOrganization () const =0 |
| virtual void | SetStreetAddress (const PMString &street)=0 |
| virtual PMString | GetStreetAddress () const =0 |
| virtual void | SetCity (const PMString &city)=0 |
| virtual PMString | GetCity () const =0 |
| virtual void | SetZip (const PMString &zip)=0 |
| virtual PMString | GetZip () const =0 |
| virtual void | SetCountry (const PMString &country)=0 |
| virtual PMString | GetCountry () const =0 |
| virtual void | CopyFromVCard (const IQRvCardData *source)=0 |
| virtual void | SetState (const PMString &state)=0 |
| virtual PMString | GetState () const =0 |
Public Member Functions inherited from IQRCodeStringData | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from IQRCodeStringData | |
| enum IQRCodeStringData:: { ... } | QRCodeTypes |
Interface for visiting card type of QR code.
| pure virtual |
Copy the data for visiting card type QR code data from source IQRvCardData.
| source | IN The visiting card type QR code data to copy. |
| pure virtual |
Get the cell phone number for the vcard type QR code.
| pure virtual |
Get the city for the vcard type QR code.
| pure virtual |
Get the country for the vcard type QR code.
| pure virtual |
Get the email address for the vcard type QR code.
| pure virtual |
Get the first name for the vcard type QR code.
| pure virtual |
Get the job title for the vcard type QR code.
| pure virtual |
Get the last name for the vcard type QR code.
| pure virtual |
Get the organization for the vcard type QR code.
| pure virtual |
Get the state for the vcard type QR code.
| pure virtual |
Get the street address for the vcard type QR code.
| pure virtual |
Get the telephone number for the vcard type QR code.
| pure virtual |
Get the web site URL for the vcard type QR code.
| pure virtual |
Get the postal code for the vcard type QR code.
| pure virtual |
Set the cell phone number for the vcard type QR code.
| cellNo | IN The cell phone number. |
| pure virtual |
Set the city for the vcard type QR code.
| city | IN The city. |
| pure virtual |
Set the country for the vcard type QR code.
| country | IN The country. |
| pure virtual |
Set the email address for the vcard type QR code.
| IN The email address. |
| pure virtual |
Set the first name for the vcard type QR code.
| firstName | IN The first name. |
| pure virtual |
Set the job title for the vcard type QR code.
| jobTitle | IN The job title. |
| pure virtual |
Set the last name for the vcard type QR code.
| lastName | IN The last name. |
| pure virtual |
Set the organization for the vcard type QR code.
| org | IN The organization. |
| pure virtual |
Set the state for the vcard type QR code.
| state | IN The state. |
| pure virtual |
Set the street address for the vcard type QR code.
| street | IN The street address. |
| pure virtual |
Set the telephone number for the vcard type QR code.
| telNo | IN The telephone number. |
| pure virtual |
Set the web site URL for the vcard type QR code.
| website | IN The website URL. |
| pure virtual |
Set the postal code for the vcard type QR code.
| zip | IN The postal code. |