
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(DocxContext docx) {
super(docx, docx.getRenderingOptions().DEFAULT_STYLE);
}
@Override
protected void inheritBdr(PPr pPr, PPr parentPPr) {
}
@Override
protected void inheritIndent(PPr pPrBase, PPr parentPrBase) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy