com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class VCardPhoto



  • public final class VCardPhoto
    extends Object

    Represents vCard photo property

    • Constructor Detail

      • VCardPhoto

        public VCardPhoto()

        Initializes a new instance of the VCardPhoto class

    • Method Detail

      • getPhotoType

        public final int getPhotoType()

        Gets or sets a photo type

      • setPhotoType

        public final void setPhotoType(int value)

        Gets or sets a photo type

      • getData

        public final byte[] getData()

        Gets or sets an image data (null if valueLocation is not inline)

      • setData

        public final void setData(byte[] value)

        Gets or sets an image data (null if valueLocation is not inline)

      • getUri

        public final String getUri()

        Gets or sets a uri of photo (null if valueLocation is inline)

      • setUri

        public final void setUri(String value)

        Gets or sets a uri of photo (null if valueLocation is inline)

      • getValueLocation

        public final int getValueLocation()

        Gets or sets a value location

      • setValueLocation

        public final void setValueLocation(int value)

        Gets or sets a value location