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
Property with language, alternate text display, and a text-based value
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionALTREP : Alternate Text Representation To specify an alternate text representation for the property value.voidsetAlternateText(AlternateText alternateText) Methods inherited from interface PropLanguage
getLanguage, setLanguageMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
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:
- Market Overview
- Finances
- Project Management
-
setAlternateText
-