public abstract class ContactSaveOptions extends Object
Represents the base contact save options
| Modifier | Constructor and Description |
|---|---|
protected |
ContactSaveOptions(int format)
Initializes a new instance of
ContactSaveOptions class with the specified save format. |
| Modifier and Type | Method and Description |
|---|---|
int |
getSaveFormat()
Gets a save format
|
int |
getVersion()
Gets or sets a vCard version
This property is meaningful if ContactSaveFormat is set to VCard.
|
void |
setVersion(int value)
Gets or sets a vCard version
This property is meaningful if ContactSaveFormat is set to VCard.
|
protected ContactSaveOptions(int format)
Initializes a new instance of ContactSaveOptions class with the specified save format.
format - A save format.public final int getSaveFormat()
Gets a save format
public final int getVersion()
Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard.
ArgumentException - A value is not defined in VCardVersionpublic final void setVersion(int value)
Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard.
ArgumentException - A value is not defined in VCardVersionCopyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.