Interface Document.Element
-
- All Known Subinterfaces:
Document.AnnotatedElement
- All Known Implementing Classes:
LineElementsFactory.IStringElement,LineElementsFactory.StringElement,WordsElementsFactory.WordElement
- Enclosing class:
- Document
public static interface Document.ElementElements form a document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetString()Returns the string representation of this element.
-
-
-
Method Detail
-
getString
String getString()
Returns the string representation of this element. If the elements were generated originally from a string they should return the exact string again.- Returns:
- the string of this element.
-
-