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()
Gets or sets an image data (
null if valueLocation is not inline ) |
int |
getPhotoType()
Gets or sets a photo type
|
String |
getUri()
Gets or sets a uri of photo (
null if valueLocation is inline ) |
int |
getValueLocation()
Gets or sets a value location
|
void |
setData(byte[] value)
Gets or sets an image data (
null if valueLocation is not inline ) |
void |
setPhotoType(int value)
Gets or sets a photo type
|
void |
setUri(String value)
Gets or sets a uri of photo (
null if valueLocation is inline ) |
void |
setValueLocation(int value)
Gets or sets a value location
|
public VCardPhoto()
Initializes a new instance of the VCardPhoto
class
public int getPhotoType()
Gets or sets a photo type
public void setPhotoType(int value)
Gets or sets a photo type
public byte[] getData()
Gets or sets an image data (null
if valueLocation
is not inline
)
public void setData(byte[] value)
Gets or sets an image data (null
if valueLocation
is not inline
)
public String getUri()
Gets or sets a uri of photo (null
if valueLocation
is inline
)
public void setUri(String value)
Gets or sets a uri of photo (null
if valueLocation
is inline
)
public int getValueLocation()
Gets or sets a value location
public void setValueLocation(int value)
Gets or sets a value location
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.