Uses of Class
com.evopdf.PdfMargins
-
Uses of PdfMargins in com.evopdf
Fields in com.evopdf declared as PdfMarginsMethods in com.evopdf that return PdfMarginsModifier and TypeMethodDescriptionDocument.margins()
Gets the default document margins.PdfPage.margins()
Gets the page marginsMethods in com.evopdf with parameters of type PdfMarginsModifier and TypeMethodDescriptionDocument.addPage
(PdfMargins pageMargins) Creates a new PDF page and adds it to the collection.Document.addPage
(PdfPageSize pageSize, PdfMargins pageMargins) Creates a new PDF page and adds it to the collection.Document.addPage
(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.addPage
(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.insertPage
(int index, PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified indexDocument.insertPage
(int index, PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified indexvoid
Document.setMargins
(PdfMargins margins) Sets the default document margins.