public final class VCardFullName extends Object
Represents vCard contact full name (N property)
Constructor and Description |
---|
VCardFullName()
Initializes a new instance of the
VCardFullName class
|
Modifier and Type | Method and Description |
---|---|
String |
getFamilyName()
Gets or sets a family name
|
String |
getGivenName()
Gets or sets a given name
|
String |
getHonorificPostfixes()
Gets or sets a honorific postfixes
|
String |
getHonorificPrefixes()
Gets or sets a honorific prefixes
|
String |
getMiddleName()
Gets or sets a middle name
|
void |
setFamilyName(String value) |
void |
setGivenName(String value) |
void |
setHonorificPostfixes(String value) |
void |
setHonorificPrefixes(String value) |
void |
setMiddleName(String value) |
public VCardFullName()
Initializes a new instance of the VCardFullName
class
public String getFamilyName()
Gets or sets a family name
public void setFamilyName(String value)
public String getGivenName()
Gets or sets a given name
public void setGivenName(String value)
public String getMiddleName()
Gets or sets a middle name
public void setMiddleName(String value)
public String getHonorificPrefixes()
Gets or sets a honorific prefixes
public void setHonorificPrefixes(String value)
public String getHonorificPostfixes()
Gets or sets a honorific postfixes
public void setHonorificPostfixes(String value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.