com.vladsch.flexmark.docx.converter.util.IsolatingBlockFormatProvider Maven / Gradle / Ivy
package com.vladsch.flexmark.docx.converter.util;
import org.docx4j.wml.PPr;
public class IsolatingBlockFormatProvider extends BlockFormatProviderBase {
public IsolatingBlockFormatProvider(final DocxContext docx) {
super(docx, docx.getRenderingOptions().DEFAULT_STYLE);
}
@Override
protected void inheritBdr(final PPr pPr, final PPr parentPPr) {
}
@Override
protected void inheritIndent(final PPr pPrBase, final PPr parentPrBase) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy