Modifier and Type | Method and Description |
---|---|
PostalAddressCategory |
PostalAddress.getCategory()
Gets or sets an object category
|
static PostalAddressCategory |
PostalAddressCategory.getCustom()
Defines a type of an address as an address of type other.
|
static PostalAddressCategory |
PostalAddressCategory.getHome()
Defines a type of an address as a home address.
|
static PostalAddressCategory |
PostalAddressCategory.getWork()
Defines a type of an address as a work address.
|
Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddressList.get_Item(PostalAddressCategory category)
Default postal address for specified category
|
static boolean |
PostalAddressCategory.op_Equality(PostalAddressCategory a,
PostalAddressCategory b)
Determines whether the specified objects are equal.
|
static boolean |
PostalAddressCategory.op_Inequality(PostalAddressCategory a,
PostalAddressCategory b)
Determines whether the specified objects are not equal.
|
void |
PostalAddressList.set_Item(PostalAddressCategory category,
PostalAddress value)
Default postal address for specified category
|
void |
PostalAddress.setCategory(PostalAddressCategory value)
Gets or sets an object category
|
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.