All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mindee.parsing.standard.LineItemField Maven / Gradle / Ivy

There is a newer version: 4.21.0
Show newest version
package com.mindee.parsing.standard;

/**
 * Represent a single line in a field printable as an rST table.
 */
public interface LineItemField {
  String toTableLine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy