Modifier and Type | Method and Description |
---|---|
VCardContact |
VCardAgent.getAgentCard()
Gets or sets an agent's card (
null if ValueLocation is not INLINE )
|
static VCardContact |
VCardContact.load(InputStream stream) |
static VCardContact |
VCardContact.load(InputStream stream,
Charset encoding) |
static VCardContact |
VCardContact.load(String filePath)
Reads
VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0
|
static VCardContact |
VCardContact.load(String filePath,
Charset encoding) |
Modifier and Type | Method and Description |
---|---|
void |
VCardAgent.setAgentCard(VCardContact value) |
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.