| java.lang.Object | |
| ↳ | com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.ParagraphFragment |
Represents a paragraph fragment.
You can add InlineMacroFragments to this fragment as well as merge other paragraph fragments into it under certain conditions (see canMerge(ParagraphFragment).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a fragment to this paragraph fragment.
| |||||||||||
True if the specified paragraph fragment can be merged into the current paragraph fragment.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.Fragment
| |||||||||||
| XMLStreamException |
|---|
Add a fragment to this paragraph fragment.
| fragment | the fragment to add. |
|---|
True if the specified paragraph fragment can be merged into the current paragraph fragment. This will only be possible if: (a) the last fragment added to the paragraph is an inline macro fragment AND (b) the attributes of the specified paragraph and this paragraph are equal
| paragraphFragment | the paragraph fragment to merge |
|---|

