|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormattedName | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of FormattedName in ezvcard |
|---|
| Methods in ezvcard that return FormattedName | |
|---|---|
FormattedName |
VCard.getFormattedName()
Gets the text value used for displaying the person's name. |
FormattedName |
VCard.setFormattedName(String formattedName)
Sets the text value used for displaying the person's name. |
| Methods in ezvcard that return types with arguments of type FormattedName | |
|---|---|
List<FormattedName> |
VCard.getFormattedNames()
Gets all instances of the formatted name property. |
| Methods in ezvcard with parameters of type FormattedName | |
|---|---|
void |
VCard.addFormattedName(FormattedName formattedName)
Adds a text value used for displaying the person's name. |
void |
VCard.addFormattedNameAlt(FormattedName... altRepresentations)
Adds a formatted name property as a group of alternative representations (see: description of ALTID). |
void |
VCard.setFormattedName(FormattedName formattedName)
Sets the text value used for displaying the person's name. |
void |
VCard.setFormattedNameAlt(FormattedName... altRepresentations)
Sets the formatted name property as a group of alternative representations (see: description of
ALTID ). |
| Method parameters in ezvcard with type arguments of type FormattedName | |
|---|---|
void |
VCard.addFormattedNameAlt(Collection<FormattedName> altRepresentations)
Adds a formatted name property as a group of alternative representations (see: description of ALTID). |
void |
VCard.setFormattedNameAlt(Collection<FormattedName> altRepresentations)
Sets the formatted name property as a group of alternative representations (see: description of
ALTID ). |
| Uses of FormattedName in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return FormattedName | |
|---|---|
protected FormattedName |
FormattedNameScribe._parseValue(String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||