public final enum

MacroBodyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.confluence.content.render.xhtml.MacroBodyType

Class Overview

Represents a macro body type used in macro transformation.

Summary

Enum Values
MacroBodyType  PLAIN_TEXT  Denotes plain text  
MacroBodyType  RICH_TEXT  Denotes rich text (either storage or transformed storage markup)  
Public Methods
static MacroBodyType valueOf(String name)
final static MacroBodyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final MacroBodyType PLAIN_TEXT

Denotes plain text

public static final MacroBodyType RICH_TEXT

Denotes rich text (either storage or transformed storage markup)

Public Methods

public static MacroBodyType valueOf (String name)

public static final MacroBodyType[] values ()