iText 8.0.5 API
|
Represents the result of content layouting. More...
Static Public Attributes |
|
const int | FULL = 1 |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was fully placed. More... |
|
const int | PARTIAL = 2 |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was placed partially. More... |
|
const int | NOTHING = 3 |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was not placed. More... |
|
Package Attributes |
|
int | status |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates whether the content was added or not and, if yes, was it added fully or partially. More... |
|
LayoutArea | occupiedArea |
The area occupied by the content during its layouting. More... |
|
IRenderer | splitRenderer |
The split renderer created during layouting. More... |
|
IRenderer | overflowRenderer |
The overflow renderer created during layouting. More... |
|
AreaBreak | areaBreak |
The iText.Layout.Element.AreaBreak that will be rendered by this object. More... |
|
IRenderer | causeOfNothing |
The first renderer to produce NOTHING during iText.Layout.Renderer.IRenderer.Layout(LayoutContext). More... |
|
Represents the result of content layouting.
|
inline |
Creates the LayoutResult result of layouting }.
Creates the LayoutResult result of layouting }. The causeOfNothing will be set as null.
status | the status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) |
occupiedArea | the area occupied by the content |
splitRenderer | the renderer to draw the splitted part of the content |
overflowRenderer | the renderer to draw the overflowed part of the content |
|
inline |
Creates the LayoutResult result of layouting }.
status | the status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) |
occupiedArea | the area occupied by the content |
splitRenderer | the renderer to draw the splitted part of the content |
overflowRenderer | the renderer to draw the overflowed part of the content |
cause | the first renderer to produce NOTHING |
|
inlinevirtual |
Gets areaBreak value.
|
inlinevirtual |
Gets the first renderer to produce NOTHING during iText.Layout.Renderer.IRenderer.Layout(LayoutContext)
|
inlinevirtual |
Gets the layout area occupied by the content during layouting.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Gets the status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext).
|
inlinevirtual |
Sets areaBreak value.
areaBreak | the areaBreak value |
|
inlinevirtual |
Sets the overflow renderer.
overflowRenderer | the renderer to draw the overflowed part of the content |
|
inlinevirtual |
Sets the split renderer.
splitRenderer | the renderer to draw the splitted part of the content |
|
inlinevirtual |
Sets the status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext).
status | the status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) |
|
inline |
|
package |
The iText.Layout.Element.AreaBreak that will be rendered by this object.
|
package |
The first renderer to produce NOTHING during iText.Layout.Renderer.IRenderer.Layout(LayoutContext).
|
static |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was fully placed.
|
static |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was not placed.
|
package |
|
package |
|
static |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates that the content was placed partially.
|
package |
|
package |
The status of iText.Layout.Renderer.IRenderer.Layout(LayoutContext) which indicates whether the content was added or not and, if yes, was it added fully or partially.