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

com.vladsch.flexmark.docx.converter.util.IsolatingBlockFormatProvider Maven / Gradle / Ivy

There is a newer version: 0.64.8
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy