iText 5

ListLabel

ListLabel Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph com.itextpdf.text.pdf com.itextpdf.text.pdf.ListLabel[[ListLabel]] com.itextpdf.text.pdf.ListBody[[ListBody]] end com.itextpdf.text.pdf.ListBody --> com.itextpdf.text.pdf.ListLabel

Members

Properties

Public properties

Type

Name

Methods

float

Indentation

get, set

bool

IsInline

get

PdfName

Role

get, set

bool

TagLabelContent

get, set

Methods

Public methods

Details

Inheritance

Constructors

ListLabel

Source code

protected internal ListLabel(ListItem parentItem)

Arguments

Type

Name

Description

ListItem

parentItem

Methods

GetAccessibleProperty

Source code

public virtual PdfObject GetAccessibleProperty(PdfName key)

Arguments

Type

Name

Description

PdfName

key

SetAccessibleProperty

Source code

public virtual void SetAccessibleProperty(PdfName key, PdfObject value)

Arguments

Type

Name

Description

PdfName

key

PdfObject

value

GetAccessibleProperties

Source code

public virtual Dictionary<PdfName, PdfObject> GetAccessibleProperties()

Properties

Role

public override PdfName Role { get; set; }

Indentation

public virtual float Indentation { get; set; }

TagLabelContent

public virtual bool TagLabelContent { get; set; }

IsInline

public override bool IsInline { get; }

Generated with ModularDoc