public final class VCardPhoto extends Object
Represents vCard photo property
| Constructor and Description |
|---|
VCardPhoto()
Initializes a new instance of the
VCardPhoto class |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
|
int |
getPhotoType()
Gets or sets a photo type
|
String |
getUri()
|
int |
getValueLocation()
Gets or sets a value location
|
void |
setData(byte[] value)
|
void |
setPhotoType(int value)
Gets or sets a photo type
|
void |
setUri(String value)
|
void |
setValueLocation(int value)
Gets or sets a value location
|
public VCardPhoto()
Initializes a new instance of the VCardPhoto class
public final int getPhotoType()
Gets or sets a photo type
public final void setPhotoType(int value)
Gets or sets a photo type
public final byte[] getData()
Gets or sets an image data (null if valueLocation is not inline)
public final void setData(byte[] value)
Gets or sets an image data (null if valueLocation is not inline)
public final String getUri()
Gets or sets a uri of photo (null if valueLocation is inline)
public final void setUri(String value)
Gets or sets a uri of photo (null if valueLocation is inline)
public final int getValueLocation()
Gets or sets a value location
public final void setValueLocation(int value)
Gets or sets a value location
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.