Interface PropAltText<T>

Type Parameters:
T -
All Superinterfaces:
PropLanguage<T>, VChild, VElement, VParent, VProperty<T>
All Known Implementing Classes:
Comment, Contact, Description, Location, NonStandardProperty, PropBaseAltText, Resources, Summary, UnknownProperty

public interface PropAltText<T> extends PropLanguage<T>
Property with language, alternate text display, and a text-based value
See Also:
  • concrete subclasses
  • invalid reference
    Comment
  • Contact
  • invalid reference
    Description
  • invalid reference
    Location
  • invalid reference
    Resources
  • invalid reference
    Summary
  • Method Details

    • getAlternateText

      AlternateText getAlternateText()
      ALTREP : Alternate Text Representation To specify an alternate text representation for the property value. Example: DESCRIPTION;ALTREP="CID:part3.msg.970415T083000@example.com": Project XYZ Review Meeting will include the following agenda items: (a) Market Overview\, (b) Finances\, (c) Project Man agement The "ALTREP" property parameter value might point to a "text/html" content portion. Content-Type:text/html Content-Id:invalid input: '<'part3.msg.970415T083000@example.com>

      Project XYZ Review Meeting will include the following agenda items:

      1. Market Overview
      2. Finances
      3. Project Management

    • setAlternateText

      void setAlternateText(AlternateText alternateText)