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

com.lowagie.text.alignment.WithVerticalAlignment 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 vertically.
 *
 * @author noavarice
 * @since 1.2.7
 */
public interface WithVerticalAlignment {

    /**
    * Sets vertical alignment mode.
    *
    * @param alignment New alignment mode. If null, current alignment must be left unchanged
    */
    void setVerticalAlignment(final VerticalAlignment alignment);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy