Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddressList.get_Item(int index)
Gets or sets the element at the specified index.
|
PostalAddress |
PostalAddressList.getHomeAddress()
Home address
|
PostalAddress |
PostalAddressList.getOtherAddress()
Other address
|
PostalAddress |
PostalAddressList.getWorkAddress()
Work address
|
Modifier and Type | Method and Description |
---|---|
void |
PostalAddressList.add(PostalAddress value)
Adds an item to the list.
|
boolean |
PostalAddressList.contains(PostalAddress value)
Determines whether the list contains a specific value.
|
void |
PostalAddressList.copyTo(PostalAddress[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
int |
PostalAddressList.indexOf(PostalAddress value)
Determines the index of a specific item in the list.
|
void |
PostalAddressList.insert(int index,
PostalAddress value)
Inserts an item to the list at the specified index.
|
static boolean |
PostalAddress.op_Equality(PostalAddress a,
PostalAddress b)
Determines whether the specified objects are equal.
|
static boolean |
PostalAddress.op_Inequality(PostalAddress a,
PostalAddress b)
Determines whether the specified objects are not equal.
|
void |
PostalAddressList.remove(PostalAddress value)
Removes the first occurrence of a specific object from the list.
|
void |
PostalAddressList.set_Item(int index,
PostalAddress value)
Gets or sets the element at the specified index.
|
void |
PostalAddressList.setHomeAddress(PostalAddress value)
Home address
|
void |
PostalAddressList.setOtherAddress(PostalAddress value)
Other address
|
void |
PostalAddressList.setWorkAddress(PostalAddress value)
Work address
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.