
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