PdfPRow Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfPRow[[PdfPRow]] end subgraph iTextSharp.text.pdf.interfaces iTextSharp.text.pdf.interfaces.IAccessibleElement[[IAccessibleElement]] class iTextSharp.text.pdf.interfaces.IAccessibleElement interfaceStyle; end iTextSharp.text.pdf.interfaces.IAccessibleElement --> iTextSharp.text.pdf.PdfPRow
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
table, |
|
|
(
key) |
|
,
> |
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
(
key,
value) |
|
|
( |
|
|
( |
|
|
( |
|
|
(
table, |
|
|
(
original,
part, |
|
|
(
cell,
|
|
|
(
|
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
|
|
|
(
|
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
ct, |
Details
Inheritance
Constructors
PdfPRow [1/3]
Source code
public PdfPRow(PdfPCell[] cells)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cells |
PdfPRow [2/3]
Source code
public PdfPRow(PdfPCell[] cells, PdfPRow source)
Arguments
PdfPRow [3/3]
Source code
public PdfPRow(PdfPRow row)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
row |
Methods
SetWidths
Source code
public virtual bool SetWidths(float[] widths)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
widths |
InitExtraHeights
Source code
protected internal virtual void InitExtraHeights()
SetExtraHeight
Source code
public virtual void SetExtraHeight(int cell, float height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cell |
|
|
|
height |
CalculateHeights
Source code
protected internal virtual void CalculateHeights()
WriteBorderAndBackground
Source code
public virtual void WriteBorderAndBackground(float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte[] canvases)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xPos |
|
|
|
yPos |
|
|
|
currentMaxHeight |
|
|
|
cell |
|
|
|
canvases |
SaveAndRotateCanvases
Source code
protected virtual void SaveAndRotateCanvases(PdfContentByte[] canvases, float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canvases |
|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
RestoreCanvases
Source code
protected virtual void RestoreCanvases(PdfContentByte[] canvases)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
canvases |
SetColumn
Source code
public static float SetColumn(ColumnText ct, float left, float bottom, float right, float top)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ct |
|
|
|
left |
|
|
|
bottom |
|
|
|
right |
|
|
|
top |
WriteCells
Source code
public virtual void WriteCells(int colStart, int colEnd, float xPos, float yPos, PdfContentByte[] canvases, bool reusable)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
colStart |
|
|
|
colEnd |
|
|
|
xPos |
|
|
|
yPos |
|
|
|
canvases |
|
|
|
reusable |
IsCalculated
Source code
public virtual bool IsCalculated()
GetEventWidth
Source code
internal float GetEventWidth(float xPos, float[] absoluteWidths)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xPos |
|
|
|
absoluteWidths |
CopyRowContent
Source code
public virtual void CopyRowContent(PdfPTable table, int idx)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
table |
|
|
|
idx |
SplitRow
Source code
public virtual PdfPRow SplitRow(PdfPTable table, int rowIndex, float new_height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
table |
|
|
|
rowIndex |
|
|
|
new_height |
GetMaxRowHeightsWithoutCalculating
Source code
public virtual float GetMaxRowHeightsWithoutCalculating()
SetFinalMaxHeights
Source code
public virtual void SetFinalMaxHeights(float maxHeight)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
maxHeight |
SplitRowspans
Source code
public virtual void SplitRowspans(PdfPTable original, int originalIdx, PdfPTable part, int partIdx)
Arguments
GetCells
Source code
public virtual PdfPCell GetCells()
HasRowspan
Source code
public virtual bool HasRowspan()
GetAccessibleAttribute
Source code
public virtual PdfObject GetAccessibleAttribute(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
SetAccessibleAttribute
Source code
public virtual void SetAccessibleAttribute(PdfName key, PdfObject value)
Arguments
GetAccessibleAttributes
Source code
public virtual Dictionary<PdfName, PdfObject> GetAccessibleAttributes()
Properties
MayNotBreak
public virtual bool MayNotBreak { get; set; }
MaxHeights
public virtual float MaxHeights { get; set; }
Adjusted
public virtual bool Adjusted { get; set; }
Role
public virtual PdfName Role { get; set; }
ID
public virtual AccessibleElementId ID { get; set; }
IsInline
public virtual bool IsInline { get; }
Generated with ModularDoc