Represents the context for content layouting. More...
Represents the context for content layouting.
◆ LayoutContext() [1/5]
iText.Layout.Layout.LayoutContext.LayoutContext |
( |
LayoutArea |
area |
) |
|
|
inline |
Creates the layout context.
-
Parameters
-
area |
for the content to be placed on |
◆ LayoutContext() [2/5]
Creates the layout context.
-
Parameters
-
area |
for the content to be placed on |
marginsCollapseInfo |
the info about margins collapsing |
◆ LayoutContext() [3/5]
Creates the layout context.
-
Parameters
-
area |
for the content to be placed on |
marginsCollapseInfo |
the info about margins collapsing |
floatedRendererAreas |
list of iText.Kernel.Geom.Rectangle objects |
◆ LayoutContext() [4/5]
iText.Layout.Layout.LayoutContext.LayoutContext |
( |
LayoutArea |
area, |
|
|
bool |
clippedHeight |
|
) |
|
|
|
inline |
Creates the layout context.
-
Parameters
-
area |
for the content to be placed on |
clippedHeight |
indicates whether the height is clipped or not |
◆ LayoutContext() [5/5]
Creates the layout context.
-
Parameters
-
area |
for the content to be placed on |
marginsCollapseInfo |
the info about margins collapsing |
floatedRendererAreas |
list of iText.Kernel.Geom.Rectangle objects |
clippedHeight |
indicates whether the height is clipped or not |
◆ GetArea()
virtual LayoutArea iText.Layout.Layout.LayoutContext.GetArea |
( |
|
) |
|
|
inlinevirtual |
Gets the area the content to be placed on.
-
Returns
-
the area for content layouting.
◆ GetFloatRendererAreas()
virtual IList<Rectangle> iText.Layout.Layout.LayoutContext.GetFloatRendererAreas |
( |
|
) |
|
|
inlinevirtual |
◆ GetMarginsCollapseInfo()
Gets info about margins collapsing.
-
Returns
-
the info about margins collapsing
◆ IsClippedHeight()
virtual bool iText.Layout.Layout.LayoutContext.IsClippedHeight |
( |
|
) |
|
|
inlinevirtual |
Indicates whether the layout area's height is clipped or not.
-
Returns
-
whether the layout area's height is clipped or not.
◆ SetClippedHeight()
virtual void iText.Layout.Layout.LayoutContext.SetClippedHeight |
( |
bool |
clippedHeight |
) |
|
|
inlinevirtual |
Defines whether the layout area's height is clipped or not.
-
Parameters
-
clippedHeight |
indicates whether the height is clipped or not. |
◆ ToString()
override String iText.Layout.Layout.LayoutContext.ToString |
( |
|
) |
|
|
inline |
◆ area
◆ clippedHeight
bool iText.Layout.Layout.LayoutContext.clippedHeight = false |
|
package |
Indicates whether the height is clipped or not.
◆ floatRendererAreas
IList<Rectangle> iText.Layout.Layout.LayoutContext.floatRendererAreas = new List<Rectangle>() |
|
package |
◆ marginsCollapseInfo
The info about margins collapsing.