| Class and Description |
|---|
| rst.pdfbox.layout.shape.Elipsis
use
Ellipse instead which is correctly named... and spelled :-\ |
| Constructor and Description |
|---|
| rst.pdfbox.layout.elements.Document(PDRectangle)
use
Document.Document(PageFormat) instead. |
| rst.pdfbox.layout.elements.Document(PDRectangle, float, float, float, float)
use
Document.Document(PageFormat) instead. |
Copyright © 2022. All rights reserved.