Represents the area for content layouting. More...
Represents the area for content layouting.
◆ LayoutArea()
iText.Layout.Layout.LayoutArea.LayoutArea |
( |
int |
pageNumber, |
|
|
Rectangle |
bBox |
|
) |
|
|
|
inline |
Creates the area for content layouting.
-
Parameters
-
pageNumber |
the number of page on which the area is located. |
bBox |
the area's bounding box |
◆ Clone()
◆ Equals()
override bool iText.Layout.Layout.LayoutArea.Equals |
( |
Object |
obj |
) |
|
|
inline |
◆ GetBBox()
virtual Rectangle iText.Layout.Layout.LayoutArea.GetBBox |
( |
|
) |
|
|
inlinevirtual |
Gets the box which bounds the area.
-
Returns
-
the bounding box
◆ GetHashCode()
override int iText.Layout.Layout.LayoutArea.GetHashCode |
( |
|
) |
|
|
inline |
◆ GetPageNumber()
virtual int iText.Layout.Layout.LayoutArea.GetPageNumber |
( |
|
) |
|
|
inlinevirtual |
Gets the number of page on which the area is located.
-
Returns
-
page number
◆ SetBBox()
virtual void iText.Layout.Layout.LayoutArea.SetBBox |
( |
Rectangle |
bbox |
) |
|
|
inlinevirtual |
Sets the box which bounds the area.
-
Parameters
-
bbox |
the area's bounding box |
◆ ToString()
override String iText.Layout.Layout.LayoutArea.ToString |
( |
|
) |
|
|
inline |
◆ bBox
Rectangle iText.Layout.Layout.LayoutArea.bBox |
|
package |
◆ pageNumber
int iText.Layout.Layout.LayoutArea.pageNumber |
|
package |
The number of page on which the area is located.