|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroBody | |
|---|---|
| com.atlassian.confluence.content.render.xhtml.definition | |
| com.atlassian.confluence.xhtml.api | |
| Uses of MacroBody in com.atlassian.confluence.content.render.xhtml.definition |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.definition that implement MacroBody | |
|---|---|
class |
PlainTextMacroBody
Holds plain text and preserves white space. |
class |
RichTextMacroBody
Macro body that contains rich text or HTML markup. |
| Uses of MacroBody in com.atlassian.confluence.xhtml.api |
|---|
| Methods in com.atlassian.confluence.xhtml.api that return MacroBody | |
|---|---|
MacroBody |
MacroDefinition.getBody()
|
| Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroBody | |
|---|---|
void |
MacroDefinition.setBody(MacroBody body)
|
| Constructors in com.atlassian.confluence.xhtml.api with parameters of type MacroBody | |
|---|---|
MacroDefinition(String name,
MacroBody body,
String defaultParameterValue,
Map<String,String> parameters)
Construct a macro definition. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||