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

com.vladsch.flexmark.ast.ParagraphContainer Maven / Gradle / Ivy

package com.vladsch.flexmark.ast;

public interface ParagraphContainer {
    boolean isParagraphEndWrappingDisabled(Paragraph node);
    boolean isParagraphStartWrappingDisabled(Paragraph node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy