C# Class com.itextpdf.text.pdf.ListLabel

Inheritance: ListBody
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
tagLabelContent bool

Public Methods

Method Description
GetAccessibleProperties ( ) : PdfObject>.Dictionary
GetAccessibleProperty ( PdfName key ) : PdfObject
SetAccessibleProperty ( PdfName key, PdfObject value ) : void

Protected Methods

Method Description
ListLabel ( ListItem parentItem ) : System.Collections.Generic

Method Details

GetAccessibleProperties() public method

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

GetAccessibleProperty() public method

public GetAccessibleProperty ( PdfName key ) : PdfObject
key iTextSharp.text.pdf.PdfName
return iTextSharp.text.pdf.PdfObject

ListLabel() protected method

protected ListLabel ( ListItem parentItem ) : System.Collections.Generic
parentItem iTextSharp.text.ListItem
return System.Collections.Generic

SetAccessibleProperty() public method

public SetAccessibleProperty ( PdfName key, PdfObject value ) : void
key iTextSharp.text.pdf.PdfName
value iTextSharp.text.pdf.PdfObject
return void

Property Details

tagLabelContent protected_oe property

protected bool tagLabelContent
return bool