Package com.aowagie.text.pdf.interfaces
Interface PdfRunDirection
-
- All Known Implementing Classes:
FdfWriter.Wrt
,PdfCopy
,PdfCopyFieldsImp
,PdfStamperImp
,PdfWriter
public interface PdfRunDirection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRunDirection()
Gets the run direction.void
setRunDirection(int runDirection)
Sets the run direction.
-