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 final String getTelephoneNumber()
Gets or sets a telephone number
public final void setTelephoneNumber(String value)
Gets or sets a telephone number
public final int getTelephoneType()
Gets or sets a telephone numer type
ArgumentException - value is not defined in the VCardTelephoneTypepublic final void setTelephoneType(int value)
Gets or sets a telephone numer type
ArgumentException - value is not defined in the VCardTelephoneTypeCopyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.