Package com.lowagie.text.pdf.interfaces
Interface PdfRunDirection
- All Known Implementing Classes:
FdfWriter.Wrt
,PdfCopy
,PdfCopyFieldsImp
,PdfCopyFormsImp
,PdfSmartCopy
,PdfStamperImp
,PdfWriter
,UnembedFontPdfSmartCopy
public interface PdfRunDirection
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the run direction.void
setRunDirection
(int runDirection) Sets the run direction.
-
Method Details
-
getRunDirection
int getRunDirection()Gets the run direction.- Returns:
- the run direction
-
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
-