public class VCardTextRecord extends VCardRecord
Represents vCard text record metadata class.
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetParameter()
Gets the charset parameter.
|
VCardContentType |
getContentType()
Gets the content type of record.
|
String |
getMediaTypeParameter()
Gets the media type parameter value.
|
String |
getReadabilityValue(String codePageName)
Gets the readability value.
|
String |
getValue()
Gets the record value.
|
boolean |
isQuotedPrintable()
Gets a value indicating whether this instance is quoted printable string.
|
getAltIdParameter, getAnonymParameters, getEncodingParameter, getGroup, getLanguageParameter, getPrefParameter, getTypeName, getTypeParameters, getValueParametersaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getCharsetParameter()
Gets the charset parameter.
public VCardContentType getContentType()
Gets the content type of record.
getContentType in class VCardRecordpublic final String getMediaTypeParameter()
Gets the media type parameter value.
public final String getReadabilityValue(String codePageName)
Gets the readability value.
codePageName - The using encoding code page name or null for ASCII encoding.public final String getValue()
Gets the record value.
public final boolean isQuotedPrintable()
Gets a value indicating whether this instance is quoted printable string.
true if this instance is quoted printable; otherwise, false.Copyright © 2025. All rights reserved.