public final class VCardSaveOptions extends ContactSaveOptions
Represents vCard save options
Constructor and Description |
---|
VCardSaveOptions()
Initializes a new instance of the
VCardSaveOptions class |
VCardSaveOptions(int version)
Initializes a new instance of the
VCardSaveOptions class |
VCardSaveOptions(int version,
boolean useExtensions)
Initializes a new instance of the
VCardSaveOptions class |
Modifier and Type | Method and Description |
---|---|
static VCardSaveOptions |
getDefault()
Gets default
VCardSaveOptions |
boolean |
getUseExtensions()
Gets or sets a value indicating whether the extended types can be used
|
int |
getVersion()
Gets or sets a vCard version
|
void |
setUseExtensions(boolean value)
Gets or sets a value indicating whether the extended types can be used
|
void |
setVersion(int value)
Gets or sets a vCard version
|
getSaveFormat
public VCardSaveOptions()
Initializes a new instance of the VCardSaveOptions
class
public VCardSaveOptions(int version, boolean useExtensions)
Initializes a new instance of the VCardSaveOptions
class
version
- a vCard versionuseExtensions
- indicates whether extended types can be used.com.aspose.ms.System.ArgumentException
- A version
is not defined in VCardVersion
public VCardSaveOptions(int version)
Initializes a new instance of the VCardSaveOptions
class
version
- a vCard versioncom.aspose.ms.System.ArgumentException
- A version is not defined in VCardVersion
public final int getVersion()
Gets or sets a vCard version
com.aspose.ms.System.ArgumentException
- A value is not defined in VCardVersion
public final void setVersion(int value)
Gets or sets a vCard version
com.aspose.ms.System.ArgumentException
- A value is not defined in VCardVersion
public final boolean getUseExtensions()
Gets or sets a value indicating whether the extended types can be used
public final void setUseExtensions(boolean value)
Gets or sets a value indicating whether the extended types can be used
public static VCardSaveOptions getDefault()
Gets default VCardSaveOptions