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

com.alphasystem.docbook.handler.InlineStyleHandler Maven / Gradle / Ivy

The newest version!
package com.alphasystem.docbook.handler;

import com.alphasystem.docx4j.builder.wml.RPrBuilder;

/**
 * Interface for handling style on current inline text.
 *
 * @author sali
 */
public interface InlineStyleHandler {

    /**
     * Apply the style on the current run.
     *
     * @param rprBuilder current running {@link RPrBuilder}
     * @return modified {@link RPrBuilder} after applying this style
     */
    RPrBuilder applyStyle(RPrBuilder rprBuilder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy