VCardPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage
public final class VCardPackage extends VCardBasePackage
Represents VCF (Virtual Contact File) electronic business card format metadata.
Learn more
Methods
Method | Description |
---|---|
getCards() | Gets an array of the cards extracted from the file. |
getCards()
public final VCardCard[] getCards()
Gets an array of the cards extracted from the file.
Returns: com.groupdocs.metadata.core.VCardCard[] - An array of the cards extracted from the file.