C# 클래스 iTextSharp.text.pdf.PdfPTableBody

상속: IAccessibleElement
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
accessibleAttributes PdfObject>.Dictionary
id AccessibleElementId
role PdfName
rows List

공개 메소드들

메소드 설명
GetAccessibleAttribute ( PdfName key ) : PdfObject
GetAccessibleAttributes ( ) : PdfObject>.Dictionary
PdfPTableBody ( ) : System.Collections.Generic
SetAccessibleAttribute ( PdfName key, PdfObject value ) : void

메소드 상세

GetAccessibleAttribute() 공개 메소드

public GetAccessibleAttribute ( PdfName key ) : PdfObject
key PdfName
리턴 PdfObject

GetAccessibleAttributes() 공개 메소드

public GetAccessibleAttributes ( ) : PdfObject>.Dictionary
리턴 PdfObject>.Dictionary

PdfPTableBody() 공개 메소드

public PdfPTableBody ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SetAccessibleAttribute() 공개 메소드

public SetAccessibleAttribute ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
리턴 void

프로퍼티 상세

accessibleAttributes 보호되어 있는 프로퍼티

protected Dictionary accessibleAttributes
리턴 PdfObject>.Dictionary

id 보호되어 있는 프로퍼티

protected AccessibleElementId id
리턴 AccessibleElementId

role 보호되어 있는 프로퍼티

protected PdfName,iTextSharp.text.pdf role
리턴 PdfName

rows 보호되어 있는 프로퍼티

protected List rows
리턴 List