Interface PdfRunDirection
- All Known Implementing Classes:
FdfWriter.Wrt, PdfACopy, PdfASmartCopy, PdfAStamperImp, PdfAWriter, PdfCopy, PdfCopyFieldsImp, PdfCopyFormsImp, PdfSmartCopy, PdfStamperImp, PdfWriter
public interface PdfRunDirection
-
Method Summary
Modifier and TypeMethodDescriptionintGets the run direction.voidsetRunDirection(int runDirection) Sets the run direction.
-
Method Details
-
setRunDirection
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
-
getRunDirection
int getRunDirection()Gets the run direction.- Returns:
- the run direction
-