C# Class iTextSharp.text.pdf.PdfPTableBody

Inheritance: IAccessibleElement
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
accessibleAttributes PdfObject>.Dictionary
id AccessibleElementId
role PdfName
rows List

Public Methods

Method Description
GetAccessibleAttribute ( PdfName key ) : PdfObject
GetAccessibleAttributes ( ) : PdfObject>.Dictionary
PdfPTableBody ( ) : System.Collections.Generic
SetAccessibleAttribute ( PdfName key, PdfObject value ) : void

Method Details

GetAccessibleAttribute() public method

public GetAccessibleAttribute ( PdfName key ) : PdfObject
key PdfName
return PdfObject

GetAccessibleAttributes() public method

public GetAccessibleAttributes ( ) : PdfObject>.Dictionary
return PdfObject>.Dictionary

PdfPTableBody() public method

public PdfPTableBody ( ) : System.Collections.Generic
return System.Collections.Generic

SetAccessibleAttribute() public method

public SetAccessibleAttribute ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
return void

Property Details

accessibleAttributes protected_oe property

protected Dictionary accessibleAttributes
return PdfObject>.Dictionary

id protected_oe property

protected AccessibleElementId id
return AccessibleElementId

role protected_oe property

protected PdfName,iTextSharp.text.pdf role
return PdfName

rows protected_oe property

protected List rows
return List