Skip to main content

StructureContentItem Class

A content item within a structure element.

Declaration

public class StructureContentItem 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
StructureContentItem

StructureContentItem()

Initializes a new instance of the StructureContentItem class.

Declaration

public StructureContentItem()

Methods

getAnnotation() Method

Returns the annotation associated with this content item.

Declaration

public BaseAnnotation getAnnotation()

Returns

Type Description
BaseAnnotation

The annotation.

getPage() Method

Returns the page containing this content item.

Declaration

public Page getPage()

Returns

Type Description
Page

The page.

setAnnotation(BaseAnnotation value) Method

Sets the annotation associated with this content item.

Declaration

public void setAnnotation(BaseAnnotation value)

Parameters

Name Type Description
value BaseAnnotation

The annotation to set.

setPage(Page value) Method

Sets the page containing this content item.

Declaration

public void setPage(Page value)

Parameters

Name Type Description
value Page

The page to set.