MarkedSection Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.MarkedSection[[MarkedSection]] iTextSharp.text.MarkedObject[[MarkedObject]] end subgraph iTextSharp.text.api iTextSharp.text.api.IIndentable[[IIndentable]] class iTextSharp.text.api.IIndentable interfaceStyle; end iTextSharp.text.api.IIndentable --> iTextSharp.text.MarkedSection iTextSharp.text.MarkedObject --> iTextSharp.text.MarkedSection
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
(
listener) |
Details
Inheritance
Constructors
MarkedSection
Source code
public MarkedSection(Section section)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
section |
Methods
Add [1/2]
Source code
public virtual void Add(int index, IElement o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
o |
Add [2/2]
Source code
public virtual bool Add(IElement o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
o |
Process
Source code
public override bool Process(IElementListener listener)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
listener |
AddAll
Source code
public virtual bool AddAll<T>(ICollection<T> collection) where T : IElement
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
collection |
AddSection [1/4]
Source code
public virtual MarkedSection AddSection(float indentation, int numberDepth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
indentation |
|
|
|
numberDepth |
AddSection [2/4]
Source code
public virtual MarkedSection AddSection(float indentation)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
indentation |
AddSection [3/4]
Source code
public virtual MarkedSection AddSection(int numberDepth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
numberDepth |
AddSection [4/4]
Source code
public virtual MarkedSection AddSection()
NewPage
Source code
public virtual void NewPage()
Properties
Title
public virtual MarkedObject Title { get; set; }
NumberDepth
public virtual int NumberDepth { set; }
IndentationLeft
public virtual float IndentationLeft { get; set; }
IndentationRight
public virtual float IndentationRight { get; set; }
Indentation
public virtual float Indentation { set; }
BookmarkOpen
public virtual bool BookmarkOpen { set; }
TriggerNewPage
public virtual bool TriggerNewPage { set; }
BookmarkTitle
public virtual string BookmarkTitle { set; }
Generated with ModularDoc