|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoldingScheme | |
---|---|
ezvcard.io |
Uses of FoldingScheme in ezvcard.io |
---|
Fields in ezvcard.io declared as FoldingScheme | |
---|---|
static FoldingScheme |
FoldingScheme.MAC_ADDRESS_BOOK
Folds lines at 76 characters (not including CRLF) and uses 2 spaces as indentation. |
static FoldingScheme |
FoldingScheme.MIME_DIR
Folds lines at 75 characters (not including CRLF) and uses 1 space as indentation. |
static FoldingScheme |
FoldingScheme.MS_OUTLOOK
Folds lines at 72 characters (not including CRLF) and uses 1 space as indentation. |
Methods in ezvcard.io that return FoldingScheme | |
---|---|
FoldingScheme |
VCardWriter.getFoldingScheme()
Gets the rules for how each line is folded. |
Constructors in ezvcard.io with parameters of type FoldingScheme | |
---|---|
VCardWriter(File file,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
|
VCardWriter(OutputStream out,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
|
VCardWriter(Writer writer,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |