|
| |
Document (PdfDocument pdfDoc) |
| |
Creates a document from a iText.Kernel.Pdf.PdfDocument . Initializes the first page with the iText.Kernel.Pdf.PdfDocument 's current default iText.Kernel.Geom.PageSize More...
|
| |
| |
Document (PdfDocument pdfDoc, PageSize pageSize) |
| |
Creates a document from a iText.Kernel.Pdf.PdfDocument with a manually set iText.Kernel.Geom.PageSize More...
|
| |
| |
Document (PdfDocument pdfDoc, PageSize pageSize, bool immediateFlush) |
| |
Creates a document from a iText.Kernel.Pdf.PdfDocument with a manually set iText.Kernel.Geom.PageSize More...
|
| |
| override void |
Close () |
| |
Closes the document and associated PdfDocument. More...
|
| |
| virtual iText.Layout.Document |
Add (AreaBreak areaBreak) |
| |
Terminates the current element, usually a page. More...
|
| |
| override iText.Layout.Document |
Add (IBlockElement element) |
| |
| virtual PdfDocument |
GetPdfDocument () |
| |
Gets PDF document. More...
|
| |
| virtual void |
SetRenderer (DocumentRenderer documentRenderer) |
| |
Changes the iText.Layout.Renderer.DocumentRenderer at runtime. Use this to customize the Document's iText.Layout.Renderer.IRenderer behavior. More...
|
| |
| virtual void |
Flush () |
| |
Forces all registered renderers (including child element renderers) to flush their contents to the content stream. More...
|
| |
| virtual void |
Relayout () |
| |
Performs an entire recalculation of the document flow, taking into account all its current child elements. More...
|
| |
| virtual float |
GetLeftMargin () |
| |
Gets the left margin, measured in points More...
|
| |
| virtual void |
SetLeftMargin (float leftMargin) |
| |
Sets the left margin, measured in points More...
|
| |
| virtual float |
GetRightMargin () |
| |
Gets the right margin, measured in points More...
|
| |
| virtual void |
SetRightMargin (float rightMargin) |
| |
Sets the right margin, measured in points More...
|
| |
| virtual float |
GetTopMargin () |
| |
Gets the top margin, measured in points More...
|
| |
| virtual void |
SetTopMargin (float topMargin) |
| |
Sets the top margin, measured in points More...
|
| |
| virtual float |
GetBottomMargin () |
| |
Gets the bottom margin, measured in points More...
|
| |
| virtual void |
SetBottomMargin (float bottomMargin) |
| |
Sets the bottom margin, measured in points More...
|
| |
| virtual void |
SetMargins (float topMargin, float rightMargin, float bottomMargin, float leftMargin) |
| |
Convenience method to set all margins with one method. More...
|
| |
| virtual Rectangle |
GetPageEffectiveArea (PageSize pageSize) |
| |
Returns the area that will actually be used to write on the page, given the current margins. More...
|
| |
| override T1 |
GetDefaultProperty< T1 > (int property) |
| |
| virtual T |
Add (IBlockElement element) |
| |
Adds an element to the root. More...
|
| |
| virtual T |
Add (Image image) |
| |
Adds an image to the root. More...
|
| |
| virtual FontProvider |
GetFontProvider () |
| |
Gets iText.Layout.Font.FontProvider if presents. More...
|
| |
| virtual void |
SetFontProvider (FontProvider fontProvider) |
| |
Sets iText.Layout.Font.FontProviderNote, font provider is inherited property. More...
|
| |
| override bool |
HasProperty (int property) |
| |
Checks if this entity has the specified property. More...
|
| |
| override bool |
HasOwnProperty (int property) |
| |
Checks if this entity has the specified property, i.e. More...
|
| |
| override T1 |
GetProperty< T1 > (int property) |
| |
Gets the property from this entity. More...
|
| |
| override T1 |
GetOwnProperty< T1 > (int property) |
| |
Gets own property from this entity. More...
|
| |
| override T1 |
GetDefaultProperty< T1 > (int property) |
| |
Gets the default property from this entity. More...
|
| |
| override void |
DeleteOwnProperty (int property) |
| |
Deletes the own property of this entity. More...
|
| |
| override void |
SetProperty (int property, Object value) |
| |
Sets a property for this entity. More...
|
| |
| virtual RootRenderer |
GetRenderer () |
| |
Gets the rootRenderer attribute, a specialized iText.Layout.Renderer.IRenderer that acts as the root object that other renderers descend from. More...
|
| |
| virtual T |
ShowTextAligned (String text, float x, float y, TextAlignment? textAlign) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAligned (String text, float x, float y, TextAlignment? textAlign, float angle) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAligned (String text, float x, float y, TextAlignment? textAlign, VerticalAlignment? vertAlign, float angle) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAligned (Paragraph p, float x, float y, TextAlignment? textAlign) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAligned (Paragraph p, float x, float y, TextAlignment? textAlign, VerticalAlignment? vertAlign) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAligned (Paragraph p, float x, float y, int pageNumber, TextAlignment? textAlign, VerticalAlignment? vertAlign, float radAngle) |
| |
Convenience method to write a text aligned about the specified point More...
|
| |
| virtual T |
ShowTextAlignedKerned (String text, float x, float y, TextAlignment? textAlign, VerticalAlignment? vertAlign, float radAngle) |
| |
Convenience method to write a kerned text aligned about the specified point More...
|
| |