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

com.spun.util.markdown.table.Resizable Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package com.spun.util.markdown.table;

public interface Resizable
{
  public int getLength();
  public void setPadding(int length);
  public void setJustification(MarkdownColumn columnProperties);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy