Table of Contents
AcmContent Properties

The properties of the AcmContent class are listed below. For a complete list of AcmContent class members, see the AcmContent Members topic.

Properties
Name Description
Block Gets the nearest block parent starting from this content.
BlockParent Gets the nearest block parent, starting from the parent content.
Children Gets the children collection.
IsBlock Returns a value indicating whether this content is a block content.
IsInline Returns a value indicating whether this content is an inline content.
NextSibling Gets the next sibling AcmContent object.
Parent Gets the parent AcmContent object.
PrevSibling Gets the previous sibling AcmContent object.
Style Gets the AcmStyle object associated to this AcmContent object.
StyleName Gets or sets the style name.
StyleSheet Gets or sets the style sheet.
Tag Gets or sets the object that contains data about the content.
See Also