public final class VCardTelephoneNumber extends Object
Represents a vCard telephone number
Constructor and Description |
---|
VCardTelephoneNumber()
Initializes a new instance of the
VCardTelephoneNumber class |
Modifier and Type | Method and Description |
---|---|
String |
getTelephoneNumber()
Gets or sets a telephone number
|
int |
getTelephoneType()
Gets or sets a telephone numer type
|
void |
setTelephoneNumber(String value)
Gets or sets a telephone number
|
void |
setTelephoneType(int value)
Gets or sets a telephone numer type
|
public VCardTelephoneNumber()
Initializes a new instance of the VCardTelephoneNumber
class
public String getTelephoneNumber()
Gets or sets a telephone number
public void setTelephoneNumber(String value)
Gets or sets a telephone number
public int getTelephoneType()
Gets or sets a telephone numer type
ArgumentException
- value
is not defined in the VCardTelephoneType
public void setTelephoneType(int value)
Gets or sets a telephone numer type
ArgumentException
- value
is not defined in the VCardTelephoneType
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.