| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.RichTextProfile | |
Java class for RichTextProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RichTextProfile">
<complexContent>
<extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
<sequence>
<element name="ImageUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AnchorUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="transferContent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| anchorUrlTemplate | |||||||||||
| imageUrlTemplate | |||||||||||
| transferContent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the anchorUrlTemplate property.
| |||||||||||
Gets the value of the imageUrlTemplate property.
| |||||||||||
Gets the value of the transferContent property.
| |||||||||||
Sets the value of the anchorUrlTemplate property.
| |||||||||||
Sets the value of the imageUrlTemplate property.
| |||||||||||
Sets the value of the transferContent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the anchorUrlTemplate property.
Gets the value of the imageUrlTemplate property.
Gets the value of the transferContent property.
Sets the value of the anchorUrlTemplate property.
| value | Allowed object is String |
|---|
Sets the value of the imageUrlTemplate property.
| value | Allowed object is String |
|---|
Sets the value of the transferContent property.
| value |
|---|