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: 2.0.3
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 - 2025 Weber Informatics LLC | Privacy Policy