Skip to main content
Skip table of contents

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
TypeNameMethods
floatIndentationget, set
boolIsInlineget
PdfNameRoleget, set
boolTagLabelContentget, set

Methods

Public methods

Details

Inheritance

Constructors

ListLabel

Source code

protected internal ListLabel(ListItem parentItem)
Arguments
TypeNameDescription
ListItemparentItem

Methods

GetAccessibleProperty

Source code

public virtual PdfObject GetAccessibleProperty(PdfName key)
Arguments
TypeNameDescription
PdfNamekey
SetAccessibleProperty

Source code

public virtual void SetAccessibleProperty(PdfName key, PdfObject value)
Arguments
TypeNameDescription
PdfNamekey
PdfObjectvalue
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

JavaScript errors detected

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

If this problem persists, please contact our support.