|
iText 9.7.0 API
|
A layout object that terminates the current content area and creates a new one. More...
Public Member Functions |
|
| AreaBreak () | |
| Creates an AreaBreak. More... |
|
| AreaBreak (AreaBreakType? areaBreakType) | |
| Creates an AreaBreak that terminates a specified area type. More... |
|
| AreaBreak (PageSize pageSize) | |
| Creates an AreaBreak. More... |
|
| virtual PageSize | GetPageSize () |
| Gets the page size. More... |
|
| virtual void | SetPageSize (PageSize pageSize) |
| Sets the page size. More... |
|
| virtual ? AreaBreakType | GetAreaType () |
| Gets the type of area that this AreaBreak will terminate. More... |
|
Public Member Functions inherited from iText.Layout.Element.AbstractElement< iText.Layout.Element.AreaBreak > |
|
| virtual IRenderer | GetRenderer () |
| Gets a renderer for this element. More... |
|
| virtual void | SetNextRenderer (IRenderer renderer) |
| Overrides the iText.Layout.Renderer.IRenderer instance which will be returned by the next call to the GetRenderer(). More... |
|
| virtual IRenderer | CreateRendererSubTree () |
| Creates a renderer subtree with root in the current element. More... |
|
| override bool | HasProperty (int property) |
| Checks if this entity has the specified property. More... |
|
| override T1 | GetProperty< T1 > (int property) |
| Gets the property from this entity. More... |
|
| virtual T | AddStyle (Style style) |
| Add a new style to this element. More... |
|
| virtual IList< IElement > | GetChildren () |
| Gets the child elements of this elements More... |
|
| virtual bool | IsEmpty () |
Returns true if this list contains no elements. More... |
|
| virtual T | SetAction (PdfAction action) |
| Sets an action on this Element. More... |
|
| virtual T | SetPageNumber (int pageNumber) |
| Explicitly sets the page number this element should be put on. More... |
|
Package Functions |
|
| override IRenderer | MakeNewRenderer () |
| Creates a new renderer instance. More... |
|
Package Attributes |
|
| PageSize | pageSize |
Package Attributes inherited from iText.Layout.Element.AbstractElement< iText.Layout.Element.AreaBreak > |
|
| IRenderer | nextRenderer |
| IList< IElement > | childElements |
| ICollection< Style > | styles |
A layout object that terminates the current content area and creates a new one.
A layout object that terminates the current content area and creates a new one. If no iText.Kernel.Geom.PageSize is given, the new content area will have the same size as the current one.
|
inline |
|
inline |
Creates an AreaBreak that terminates a specified area type.
| areaBreakType | an area break type |
|
inline |
|
inlinevirtual |
Gets the type of area that this AreaBreak will terminate.
|
inlinevirtual |
Gets the page size.
|
inlinepackagevirtual |
Creates a new renderer instance.
Implements iText.Layout.Element.AbstractElement< iText.Layout.Element.AreaBreak >.