|
java.lang.Object
Node
CompositeNode
com.aspose.words.InlineStory
- All Implemented Interfaces:
- java.lang.Iterable, java.lang.Cloneable, java.lang.Iterable
- Direct Known Subclasses:
- Comment, Footnote
public abstract class InlineStory - extends CompositeNode
Base class for inline-level nodes that can contain paragraphs and tables.
InlineStory is a container for block-level nodes Paragraph and Table. The classes that derive from InlineStory are inline-level nodes that can contain
their own text (paragraphs and tables). For example, a Comment node contains text of a comment
and a Footnote contains text of a footnote.
|