pe.puyu.jticketdesing.core.table.TableCell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JTicketDesing Show documentation
Show all versions of JTicketDesing Show documentation
Una libreria para diseño de tickets, utilizando comandos escpos
The newest version!
package pe.puyu.jticketdesing.core.table;
import pe.puyu.jticketdesing.util.escpos.StyleText;
public record TableCell(String text, int width, StyleText style) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy