Skip to main content
Skip table of contents

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
TypeNameMethods
IList<Chunk>Chunksget
PropertiesMarkupAttributesget
intTypeget

Methods

Public methods
ReturnsName
boolIsContent()
boolIsNestable()
boolProcess(IElementListener listener)
voidSetMarkupAttribute(string key, string value)

Details

Inheritance

Constructors

MarkedObject [1/2]

Source code

protected MarkedObject()
MarkedObject [2/2]

Source code

public MarkedObject(IElement element)
Arguments
TypeNameDescription
IElementelement

Methods

Process

Source code

public virtual bool Process(IElementListener listener)
Arguments
TypeNameDescription
IElementListenerlistener
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
TypeNameDescription
stringkey
stringvalue

Properties

Chunks
public virtual IList<Chunk> Chunks { get; }
Type
public virtual int Type { get; }
MarkupAttributes
public virtual Properties MarkupAttributes { 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.