Interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>

All Superinterfaces:
AutoShape<S,P>, IAdjustableShape, Iterable<P>, PlaceableShape<S,P>, Shape<S,P>, SimpleShape<S,P>, TextShape<S,P>
All Known Implementing Classes:
HSLFLine

@Internal public interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends AutoShape<S,P>
Interface for Lines ... this will be eventually removed, so don't depend on it in user classes, but use AutoShape instead!