Esempio n. 1
0
 /// <summary>
 /// Sets a new value for property {@link #getConvertLinksToAnchorTags convertLinksToAnchorTags}.
 ///
 /// Determines whether strings that appear to be links will be converted to HTML anchor tags, and what are the criteria for recognizing them.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>None</code>.
 /// </summary>
 /// <param name="sConvertLinksToAnchorTags">New value for property <code>convertLinksToAnchorTags</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.FeedListItem setConvertLinksToAnchorTags(sap.m.LinkConversion sConvertLinksToAnchorTags);
Esempio n. 2
0
 /// <summary>
 /// Sets a new value for property {@link #getConvertLinksToAnchorTags convertLinksToAnchorTags}.
 ///
 /// Determines whether strings that appear to be links will be converted to HTML anchor tags, and what are the criteria for recognizing them.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>None</code>.
 /// </summary>
 /// <param name="sConvertLinksToAnchorTags">New value for property <code>convertLinksToAnchorTags</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.FormattedText setConvertLinksToAnchorTags(sap.m.LinkConversion sConvertLinksToAnchorTags);