Uses of Class
ezvcard.Ezvcard.WriterChainXml

Packages that use Ezvcard.WriterChainXml
ezvcard   
 

Uses of Ezvcard.WriterChainXml in ezvcard
 

Methods in ezvcard that return Ezvcard.WriterChainXml
 Ezvcard.WriterChainXml Ezvcard.WriterChainXml.indent(int indent)
          Sets the number of indent spaces to use for pretty-printing.
 Ezvcard.WriterChainXml Ezvcard.WriterChainXml.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.WriterChainXml Ezvcard.WriterChainXml.register(VCardPropertyScribe<? extends VCardProperty> scribe)
          Registers a property scribe.
 Ezvcard.WriterChainXml Ezvcard.WriterChainXml.versionStrict(boolean versionStrict)
          Sets whether properties that do not support xCard (vCard version 4.0) will be excluded from the written vCard.
static Ezvcard.WriterChainXml Ezvcard.writeXml(Collection<VCard> vcards)
           Marshals one or more vCards to their XML representation (xCard).
static Ezvcard.WriterChainXml Ezvcard.writeXml(VCard... vcards)
           Marshals one or more vCards to their XML representation (xCard).
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.