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

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

There is a newer version: 0.64.8
Show newest version
package com.vladsch.flexmark.docx.converter.util;

public class HeadingBlockFormatProvider extends BlockFormatProviderBase {
    public HeadingBlockFormatProvider(DocxContext docx, int headingLevel) {
        super(docx, docx.getRenderingOptions().HEADINGS[headingLevel]);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy