Package de.xima.fc.pdf.form
Interface IPdfLine
-
public interface IPdfLine
Represents a plain text line, cConsisting of multiplewords
.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLine()
List<IPdfWord>
getWords()
-