Interface Document.AnnotatedElement

All Superinterfaces:
Document.Element
All Known Implementing Classes:
LineElementsFactory.IStringElement, LineElementsFactory.StringElement
Enclosing class:
Document

public static interface Document.AnnotatedElement extends Document.Element
The annotated element include the document source. This can be used to create an annotated document.
  • Method Details

    • getDocumentSource

      DocumentSource getDocumentSource()
      Returns the document source of this element.
      Returns:
      the source of this element.