Table of Contents

Class TaggingDummyElement

Namespace
iText.Layout.Tagging
Assembly
itext.layout.dll

Instances of the class are used for TaggingHintKey which don't have model element e.g. TR or THEAD in the table.

public class TaggingDummyElement : IAccessibleElement, IPropertyContainer
Inheritance
TaggingDummyElement
Implements
Inherited Members

Remarks

Instances of the class are used for TaggingHintKey which don't have model element e.g. TR or THEAD in the table. Nobody will call FinishTaggingHint(IPropertyContainer) for them, it is why they should be handled separately.

Constructors

TaggingDummyElement(string)

Instantiate a new TaggingDummyElement instance.

public TaggingDummyElement(string role)

Parameters

role string

the role.

Methods

DeleteOwnProperty(int)

public virtual void DeleteOwnProperty(int property)

Parameters

property int

GetAccessibilityProperties()

public virtual AccessibilityProperties GetAccessibilityProperties()

Returns

AccessibilityProperties

GetDefaultProperty<T1>(int)

public virtual T1 GetDefaultProperty<T1>(int property)

Parameters

property int

Returns

T1

Type Parameters

T1

GetOwnProperty<T1>(int)

public virtual T1 GetOwnProperty<T1>(int property)

Parameters

property int

Returns

T1

Type Parameters

T1

GetProperty<T1>(int)

public virtual T1 GetProperty<T1>(int property)

Parameters

property int

Returns

T1

Type Parameters

T1

HasOwnProperty(int)

public virtual bool HasOwnProperty(int property)

Parameters

property int

Returns

bool

HasProperty(int)

public virtual bool HasProperty(int property)

Parameters

property int

Returns

bool

SetProperty(int, object)

public virtual void SetProperty(int property, object value)

Parameters

property int
value object