- 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:
-
concrete subclasses
Comment
Contact
Description
Location
Resources
Summary
-
Method Summary
Modifier and TypeMethodDescriptionALTREP : Alternate Text Representation To specify an alternate text representation for the property value.void
setAlternateText
(AlternateText alternateText) Methods inherited from interface jfxtras.icalendarfx.properties.PropLanguage
getLanguage, setLanguage
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
Methods inherited from interface jfxtras.icalendarfx.properties.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:<part3.msg.970415T083000@example.com>Project XYZ Review Meeting will include the following agenda items:
- Market Overview
- Finances
- Project Management
-
setAlternateText
-