StructureMarkedContentGroup Class
A marked content group within a structure element.
Declaration
public class StructureMarkedContentGroup extends StructureItem
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
StructureItem
StructureMarkedContentGroup
StructureMarkedContentGroup(Page page, MarkedContentGroup group)
Initializes a new instance of the StructureMarkedContentGroup class with specified settings.
Declaration
public StructureMarkedContentGroup(Page page, MarkedContentGroup group)
Parameters
| Name | Type | Description |
|---|---|---|
| page | Page | The page that contains the marked content group. |
| group | MarkedContentGroup | The marked content group. |
Methods
addFragment(PageFragment fragment) Method
Adds a page fragment to this marked content group.
Declaration
public StructureMarkedContentGroup addFragment(PageFragment fragment)
Parameters
| Name | Type | Description |
|---|---|---|
| fragment | PageFragment | The page fragment. |
Returns
| Type | Description |
|---|---|
StructureMarkedContentGroup |
The structure marked content group with the added fragment. |
getGroup() Method
Returns the marked content group.
Declaration
public MarkedContentGroup getGroup()
Returns
| Type | Description |
|---|---|
| MarkedContentGroup | The marked content group. |
getPage() Method
Returns the page that contains the marked content group.
Declaration
public Page getPage()
Returns
| Type | Description |
|---|---|
| Page | The page. |