|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ezvcard.WriterChainText | |
---|---|
ezvcard |
Uses of Ezvcard.WriterChainText in ezvcard |
---|
Methods in ezvcard that return Ezvcard.WriterChainText | |
---|---|
Ezvcard.WriterChainText |
Ezvcard.WriterChainText.caretEncoding(boolean enable)
Sets whether the writer will use circumflex accent encoding for vCard 3.0 and 4.0 parameter values (disabled by default). |
Ezvcard.WriterChainText |
Ezvcard.WriterChainText.prodId(boolean include)
Sets whether or not to add a PRODID property to each vCard, saying that the vCard was generated by this library. |
Ezvcard.WriterChainText |
Ezvcard.WriterChainText.register(VCardPropertyScribe<? extends VCardProperty> scribe)
Registers a property scribe. |
Ezvcard.WriterChainText |
Ezvcard.WriterChainText.version(VCardVersion version)
Sets the version that all the vCards will be marshalled to. |
Ezvcard.WriterChainText |
Ezvcard.WriterChainText.versionStrict(boolean versionStrict)
Sets whether properties that do not support the target version will be excluded from the written vCard. |
static Ezvcard.WriterChainText |
Ezvcard.write(Collection<VCard> vcards)
Marshals one or more vCards to their traditional, plain-text representation. |
static Ezvcard.WriterChainText |
Ezvcard.write(VCard... vcards)
Marshals one or more vCards to their traditional, plain-text representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |