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 |
|---|---|---|
|
> |
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
(
listener) |
|
|
( |
Details
Inheritance
Constructors
MarkedObject [1/2]
Source code
protected MarkedObject()
MarkedObject [2/2]
Source code
public MarkedObject(IElement element)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
element |
Methods
Process
Source code
public virtual bool Process(IElementListener listener)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
key |
|
|
|
value |
Properties
Chunks
public virtual IList<Chunk> Chunks { get; }
Type
public virtual int Type { get; }
MarkupAttributes
public virtual Properties MarkupAttributes { get; }
Generated with ModularDoc