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

com.lowagie.text.alignment.WithHorizontalAlignment Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
package com.lowagie.text.alignment;

/**
 * Marks objects that can be aligned horizontally.
 *
 * @author noavarice
 * @since 1.2.7
 */
public interface WithHorizontalAlignment {

    /**
    * Sets horizontal alignment mode.
    *
    * @param alignment New alignment mode. If null, current alignment must be left unchanged
    */
    void setHorizontalAlignment(final HorizontalAlignment alignment);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy