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 |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
,
> |
() |
|
|
(
key) |
|
|
(
key,
value) |
Details
Inheritance
Constructors
ListLabel
Source code
protected internal ListLabel(ListItem parentItem)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
parentItem |
Methods
GetAccessibleProperty
Source code
public virtual PdfObject GetAccessibleProperty(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
SetAccessibleProperty
Source code
public virtual void SetAccessibleProperty(PdfName key, PdfObject value)
Arguments
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