public class ModifiableHTMLContent extends HTMLContent
HTMLContentType
Constructor and Description |
---|
ModifiableHTMLContent(HTMLContent htmlContent) |
Modifier and Type | Method and Description |
---|---|
void |
add(HTMLContentType htmlContentType,
java.lang.Object content)
Adds content to this object according to the
HTMLContentType |
java.lang.Object |
get(HTMLContentType htmlContentType)
Gets the content by type
|
void |
set(HTMLContentType htmlContentType,
java.lang.Object content)
Gets the content by type
|
public ModifiableHTMLContent(HTMLContent htmlContent)
public void set(HTMLContentType htmlContentType, java.lang.Object content)
htmlContentType
- One of the values from the enumeration HTMLContentType
public java.lang.Object get(HTMLContentType htmlContentType)
get
in class HTMLContent
htmlContentType
- One of the values from the enumeration HTMLContentType
public void add(HTMLContentType htmlContentType, java.lang.Object content)
HTMLContentType
add
in class HTMLContent
htmlContentType
- One of the values from the enumeration HTMLContentType
content
- The content as per type"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"