|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ContactSaveOptions
com.aspose.email.VCardSaveOptions
public final class VCardSaveOptions
Represents vCard save options
Constructor Summary | |
---|---|
VCardSaveOptions()
Initializes a new instance of the VCardSaveOptions class |
|
VCardSaveOptions(VCardVersion version)
Initializes a new instance of the VCardSaveOptions class |
|
VCardSaveOptions(VCardVersion version,
boolean useExtensions)
Initializes a new instance of the VCardSaveOptions class |
Method Summary | |
---|---|
static VCardSaveOptions |
getDefault()
Gets default VCardSaveOptions |
boolean |
getUseExtensions()
Gets or sets a value indicating whether the extended types can be used |
VCardVersion |
getVersion()
Gets or sets a vCard version |
void |
setUseExtensions(boolean value)
|
void |
setVersion(VCardVersion value)
|
Methods inherited from class com.aspose.email.ContactSaveOptions |
---|
getSaveFormat |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardSaveOptions()
Initializes a new instance of the VCardSaveOptions
class
public VCardSaveOptions(VCardVersion 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.IllegalArgumentException
- A version
is not defined in VCardVersion
public VCardSaveOptions(VCardVersion version)
Initializes a new instance of the VCardSaveOptions
class
version
- a vCard version
com.aspose.ms.System.IllegalArgumentException
- A version is not defined in VCardVersion
Method Detail |
---|
public VCardVersion getVersion()
Gets or sets a vCard version
com.aspose.ms.System.IllegalArgumentException
- A value is not defined in VCardVersion
public void setVersion(VCardVersion value)
public boolean getUseExtensions()
Gets or sets a value indicating whether the extended types can be used
public void setUseExtensions(boolean value)
public static VCardSaveOptions getDefault()
Gets default VCardSaveOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |