com.lowagie.text.pdf.interfaces

Interface PdfRunDirection

public interface PdfRunDirection

Method Summary
intgetRunDirection()
Gets the run direction.
voidsetRunDirection(int runDirection)
Sets the run direction.

Method Detail

getRunDirection

public int getRunDirection()
Gets the run direction.

Returns: the run direction

setRunDirection

public void setRunDirection(int runDirection)
Sets the run direction. This is only used as a placeholder as it does not affect anything.

Parameters: runDirection the run direction