com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardTextRecord

    • Method Detail

      • getMediaTypeParameter

        public final String getMediaTypeParameter()

        Gets the media type parameter value.

        Returns:
        The media type parameter value.


        Used with properties whose value is a URI. It provides a hint to the vCard consumer application about the media type [RFC2046] of the resource identified by the URI.
      • getCharsetParameter

        public final String getCharsetParameter()

        Gets the charset parameter.

        Returns:
        The charset parameter.
      • getValue

        public final String getValue()

        Gets the record value.

        Returns:
        The record value.
      • isQuotedPrintable

        public final boolean isQuotedPrintable()

        Gets a value indicating whether this instance is quoted printable string.

        Returns:
        true if this instance is quoted printable; otherwise, false.
      • getReadabilityValue

        public final String getReadabilityValue(String codePageName)

        Gets the readability value.

        Parameters:
        codePageName - The using encoding code page name or null for ASCII encoding.
        Returns:
        The readability value.