Skip to main content
Skip table of contents

PdfPCell

PdfPCell Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfPCell[[PdfPCell]]
  end
  subgraph iTextSharp.text.pdf.interfaces
  iTextSharp.text.pdf.interfaces.IAccessibleElement[[IAccessibleElement]]
  class iTextSharp.text.pdf.interfaces.IAccessibleElement interfaceStyle;
  end
  subgraph iTextSharp.text
  iTextSharp.text.Rectangle[[Rectangle]]
  end
iTextSharp.text.pdf.interfaces.IAccessibleElement --> iTextSharp.text.pdf.PdfPCell
iTextSharp.text.Rectangle --> iTextSharp.text.pdf.PdfPCell

Members

Properties

Public properties
TypeNameMethods
intArabicOptionsget, set
floatCachedMaxHeightget
floatCalculatedHeightget, set
IPdfPCellEventCellEventget, set
intColspanget, set
ColumnTextColumnget, set
List<IElement>CompositeElementsget
floatEffectivePaddingBottomget
floatEffectivePaddingLeftget
floatEffectivePaddingRightget
floatEffectivePaddingTopget
floatExtraParagraphSpaceget, set
floatFixedHeightget, set
floatFollowingIndentget, set
List<PdfPHeaderCell>Headersget
intHorizontalAlignmentget, set
AccessibleElementIdIDget, set
ImageImageget, set
floatIndentget, set
boolIsInlineget
floatLeadingget
floatMinimumHeightget, set
floatMultipliedLeadingget
boolNoWrapget, set
floatPaddingset
floatPaddingBottomget, set
floatPaddingLeftget, set
floatPaddingRightget, set
floatPaddingTopget, set
PhrasePhraseget, set
floatRightIndentget, set
PdfNameRoleget, set
intRotationget, set
intRowspanget, set
intRunDirectionget, set
floatSpaceCharRatioget, set
PdfPTableTableget, set
boolUseAscenderget, set
boolUseBorderPaddingget, set
boolUseDescenderget, set
intVerticalAlignmentget, set

Methods

Public methods

Details

Inheritance

Constructors

PdfPCell [1/7]

Source code

public PdfPCell()
PdfPCell [2/7]

Source code

public PdfPCell(Phrase phrase)
Arguments
TypeNameDescription
Phrasephrase
PdfPCell [3/7]

Source code

public PdfPCell(Image image)
Arguments
TypeNameDescription
Imageimage
PdfPCell [4/7]

Source code

public PdfPCell(Image image, bool fit)
Arguments
TypeNameDescription
Imageimage
boolfit
PdfPCell [5/7]

Source code

public PdfPCell(PdfPTable table)
Arguments
TypeNameDescription
PdfPTabletable
PdfPCell [6/7]

Source code

public PdfPCell(PdfPTable table, PdfPCell style)
Arguments
TypeNameDescription
PdfPTabletable
PdfPCellstyle
PdfPCell [7/7]

Source code

public PdfPCell(PdfPCell cell)
Arguments
TypeNameDescription
PdfPCellcell

Methods

AddElement

Source code

public virtual void AddElement(IElement element)
Arguments
TypeNameDescription
IElementelement
SetLeading

Source code

public virtual void SetLeading(float fixedLeading, float multipliedLeading)
Arguments
TypeNameDescription
floatfixedLeading
floatmultipliedLeading
HasCalculatedHeight

Source code

public virtual bool HasCalculatedHeight()
HasFixedHeight

Source code

public virtual bool HasFixedHeight()
HasCachedMaxHeight

Source code

public bool HasCachedMaxHeight()
HasMinimumHeight

Source code

public virtual bool HasMinimumHeight()
GetMaxHeight

Source code

public virtual float GetMaxHeight()
GetAccessibleAttribute

Source code

public virtual PdfObject GetAccessibleAttribute(PdfName key)
Arguments
TypeNameDescription
PdfNamekey
SetAccessibleAttribute

Source code

public virtual void SetAccessibleAttribute(PdfName key, PdfObject value)
Arguments
TypeNameDescription
PdfNamekey
PdfObjectvalue
GetAccessibleAttributes

Source code

public virtual Dictionary<PdfName, PdfObject> GetAccessibleAttributes()
AddHeader

Source code

public virtual void AddHeader(PdfPHeaderCell header)
Arguments
TypeNameDescription
PdfPHeaderCellheader

Properties

Phrase
public virtual Phrase Phrase { get; set; }
HorizontalAlignment
public virtual int HorizontalAlignment { get; set; }
VerticalAlignment
public virtual int VerticalAlignment { get; set; }
EffectivePaddingLeft
public virtual float EffectivePaddingLeft { get; }
PaddingLeft
public virtual float PaddingLeft { get; set; }
EffectivePaddingRight
public virtual float EffectivePaddingRight { get; }
PaddingRight
public virtual float PaddingRight { get; set; }
EffectivePaddingTop
public virtual float EffectivePaddingTop { get; }
PaddingTop
public virtual float PaddingTop { get; set; }
EffectivePaddingBottom
public virtual float EffectivePaddingBottom { get; }
PaddingBottom
public virtual float PaddingBottom { get; set; }
Padding
public virtual float Padding { set; }
UseBorderPadding
public virtual bool UseBorderPadding { get; set; }
Leading
public virtual float Leading { get; }
MultipliedLeading
public virtual float MultipliedLeading { get; }
Indent
public virtual float Indent { get; set; }
ExtraParagraphSpace
public virtual float ExtraParagraphSpace { get; set; }
CalculatedHeight
public virtual float CalculatedHeight { get; set; }
FixedHeight
public virtual float FixedHeight { get; set; }
CachedMaxHeight
public float CachedMaxHeight { get; }
NoWrap
public virtual bool NoWrap { get; set; }
Table
public virtual PdfPTable Table { get; set; }
MinimumHeight
public virtual float MinimumHeight { get; set; }
Colspan
public virtual int Colspan { get; set; }
Rowspan
public virtual int Rowspan { get; set; }
FollowingIndent
public virtual float FollowingIndent { get; set; }
RightIndent
public virtual float RightIndent { get; set; }
SpaceCharRatio
public virtual float SpaceCharRatio { get; set; }
RunDirection
public virtual int RunDirection { get; set; }
Image
public virtual Image Image { get; set; }
CellEvent
public virtual IPdfPCellEvent CellEvent { get; set; }
ArabicOptions
public virtual int ArabicOptions { get; set; }
UseAscender
public virtual bool UseAscender { get; set; }
UseDescender
public virtual bool UseDescender { get; set; }
Column
public virtual ColumnText Column { get; set; }
CompositeElements
public virtual List<IElement> CompositeElements { get; }
Rotation
public int Rotation { get; set; }
Role
public virtual PdfName Role { get; set; }
ID
public virtual AccessibleElementId ID { get; set; }
IsInline
public virtual bool IsInline { get; }
Headers
public virtual List<PdfPHeaderCell> Headers { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.