org.asciidoctor.ast.Row Maven / Gradle / Ivy
package org.asciidoctor.ast;
import java.util.List;
public interface Row {
List getCells();
}
|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.asciidoctor.ast;
import java.util.List;
public interface Row {
List getCells();
}
|