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