iText 5

MarkedObject

MarkedObject Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.MarkedObject[[MarkedObject]] iTextSharp.text.IElement[[IElement]] class iTextSharp.text.IElement interfaceStyle; end iTextSharp.text.IElement --> iTextSharp.text.MarkedObject

Members

Properties

Public properties

Type

Name

Methods

IList<

Chunk

>

Chunks

get

Properties

MarkupAttributes

get

int

Type

get

Methods

Public methods

Returns

Name

bool

IsContent

()

bool

IsNestable

()

bool

Process

(

IElementListener

listener)

void

SetMarkupAttribute

(string key, string value)

Details

Inheritance

Constructors

MarkedObject [1/2]

Source code

protected MarkedObject()

MarkedObject [2/2]

Source code

public MarkedObject(IElement element)

Arguments

Type

Name

Description

IElement

element

Methods

Process

Source code

public virtual bool Process(IElementListener listener)

Arguments

Type

Name

Description

IElementListener

listener

IsContent

Source code

public virtual bool IsContent()

IsNestable

Source code

public virtual bool IsNestable()

SetMarkupAttribute

Source code

public virtual void SetMarkupAttribute(string key, string value)

Arguments

Type

Name

Description

string

key

string

value

Properties

Chunks

public virtual IList<Chunk> Chunks { get; }

Type

public virtual int Type { get; }

MarkupAttributes

public virtual Properties MarkupAttributes { get; }

Generated with ModularDoc