Module com.github.librepdf.openpdf
Package com.lowagie.text.pdf.interfaces
Interface PdfRunDirection
-
- All Known Implementing Classes:
PdfCopy,PdfSmartCopy,PdfWriter,UnembedFontPdfSmartCopy
public interface PdfRunDirection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRunDirection()Gets the run direction.voidsetRunDirection(int runDirection)Sets the run direction.
-