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 int getVersion()
Gets or sets a vCard version
com.aspose.ms.System.ArgumentException
- A value is not defined in VCardVersion
public void setVersion(int value)
Gets or sets a vCard version
value
- a int.com.aspose.ms.System.ArgumentException
- A value is not defined in VCardVersion
public boolean getUseExtensions()
Gets or sets a value indicating whether the extended types can be used
public void setUseExtensions(boolean value)
Gets or sets a value indicating whether the extended types can be used
value
- a boolean.public static VCardSaveOptions getDefault()
Gets default VCardSaveOptions
VCardSaveOptions
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.