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
Methods
Public methods
Details
Inheritance
Constructors
MarkedObject [1/2]
Source code
protected MarkedObject()
MarkedObject [2/2]
Source code
public MarkedObject(IElement element)
Arguments
Methods
Process
Source code
public virtual bool Process(IElementListener listener)
Arguments
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