Einhugur OpenDocument Text Plugin for Xojo

Container.RemoveItem Method

Removes item from the container.

RemoveItem(
   item as EinhugurODT.DocumentItem)

Parameters

item
The item to be removed.

Remarks

The document item can be either Paragraph, Heading or Table as long as it is child of the container. (First level child)

See Also

Container Class