Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingTextWriter |
Ezvcard.write(Collection<VCard> vcards)
Marshals one or more vCards to their traditional, plain-text
representation.
|
static ChainingTextWriter |
Ezvcard.write(VCard... vcards)
Marshals one or more vCards to their traditional, plain-text
representation.
|
Modifier and Type | Method and Description |
---|---|
ChainingTextWriter |
ChainingTextWriter.caretEncoding(boolean enable)
Sets whether the writer will use circumflex accent encoding for vCard 3.0
and 4.0 parameter values (disabled by default).
|
ChainingTextWriter |
ChainingTextWriter.foldLines(boolean foldLines)
Sets whether to fold long lines.
|
ChainingTextWriter |
ChainingTextWriter.includeTrailingSemicolons(Boolean include)
Sets whether to include trailing semicolon delimiters for structured
property values whose list of values end with null or empty values.
|
ChainingTextWriter |
ChainingTextWriter.prodId(boolean include) |
ChainingTextWriter |
ChainingTextWriter.register(VCardPropertyScribe<? extends VCardProperty> scribe) |
ChainingTextWriter |
ChainingTextWriter.targetApplication(TargetApplication targetApplication)
Sets the application that the vCards will be targeted for.
|
ChainingTextWriter |
ChainingTextWriter.version(VCardVersion version)
Sets the version that all the vCards will be marshalled to.
|
ChainingTextWriter |
ChainingTextWriter.versionStrict(boolean versionStrict) |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.