Property | Type | Description | |
---|---|---|---|
backgroundColor | |||
border | int | ||
borderColor | |||
borderColorBottom | |||
borderColorLeft | |||
borderColorRight | |||
borderColorTop | |||
borderWidth | float | ||
borderWidthBottom | float | ||
borderWidthLeft | float | ||
borderWidthRight | float | ||
borderWidthTop | float | ||
llx | float | ||
lly | float | ||
rotation | int | ||
urx | float | ||
ury | float | ||
useVariableBorders | bool |
Method | Description | |
---|---|---|
CloneNonPositionParameters ( |
||
DisableBorderSide ( int side ) : void | ||
EnableBorderSide ( int side ) : void | ||
GetBottom ( float margin ) : float |
Returns the lower left y-coordinate, considering a given margin.
|
|
GetLeft ( float margin ) : float |
Returns the lower left x-coordinate, considering a given margin.
|
|
GetRectangle ( float top, float bottom ) : |
Gets a Rectangle that is altered to fit on the page.
|
|
GetRight ( float margin ) : float |
Returns the upper right x-coordinate, considering a given margin.
|
|
GetTop ( float margin ) : float |
Returns the upper right y-coordinate, considering a given margin.
|
|
HasBorder ( int type ) : bool |
Indicates if the table has a some type of border.
|
|
HasBorders ( ) : bool |
Indicates if the table has borders.
|
|
IsContent ( ) : bool | ||
IsNestable ( ) : bool | ||
Normalize ( ) : void | ||
Process ( IElementListener listener ) : bool |
Processes the element by adding it (or the different parts) to an IElementListener.
|
|
Rectangle ( |
Constructs a Rectangle-object.
|
|
Rectangle ( float urx, float ury ) : System |
Constructs a Rectangle-object starting from the origin (0, 0).
|
|
Rectangle ( float llx, float lly, float urx, float ury ) : System |
Constructs a Rectangle-object.
|
|
Rectangle ( float llx, float lly, float urx, float ury, int rotation ) : System | ||
Rectangle ( float urx, float ury, int rotation ) : System | ||
Rotate ( ) : |
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
|
|
SoftCloneNonPositionParameters ( |
||
ToString ( ) : String |
Method | Description | |
---|---|---|
GetVariableBorderWidth ( float variableWidthValue, int side ) : float | ||
UpdateBorderBasedOnWidth ( float width, int side ) : void |
public CloneNonPositionParameters ( |
||
rect | ||
return | void |
public GetBottom ( float margin ) : float | ||
margin | float | a margin |
return | float |
public GetRectangle ( float top, float bottom ) : |
||
top | float | the top position |
bottom | float | the bottom position |
return |
public GetRight ( float margin ) : float | ||
margin | float | a margin |
return | float |
public HasBorder ( int type ) : bool | ||
type | int | the type of border |
return | bool |
public Process ( IElementListener listener ) : bool | ||
listener | IElementListener | an IElementListener |
return | bool |
public Rectangle ( |
||
rect | another Rectangle | |
return | System |
public Rectangle ( float urx, float ury ) : System | ||
urx | float | upper right x |
ury | float | upper right y |
return | System |
public Rectangle ( float llx, float lly, float urx, float ury ) : System | ||
llx | float | lower left x |
lly | float | lower left y |
urx | float | upper right x |
ury | float | upper right y |
return | System |
public Rectangle ( float llx, float lly, float urx, float ury, int rotation ) : System | ||
llx | float | |
lly | float | |
urx | float | |
ury | float | |
rotation | int | |
return | System |
public Rectangle ( float urx, float ury, int rotation ) : System | ||
urx | float | |
ury | float | |
rotation | int | |
return | System |
public SoftCloneNonPositionParameters ( |
||
rect | ||
return | void |
protected BaseColor,iTextSharp.text backgroundColor | ||
return |
protected BaseColor,iTextSharp.text borderColorBottom | ||
return |
protected BaseColor,iTextSharp.text borderColorLeft | ||
return |
protected BaseColor,iTextSharp.text borderColorRight | ||
return |
protected BaseColor,iTextSharp.text borderColorTop | ||
return |