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
Methods
Public methods
Details
Inheritance
Constructors
MarkedSection
Source code
public MarkedSection(Section section)
Arguments
Methods
Add [1/2]
Source code
public virtual void Add(int index, IElement o)
Arguments
Add [2/2]
Source code
public virtual bool Add(IElement o)
Arguments
Process
Source code
public override bool Process(IElementListener listener)
Arguments
AddAll
Source code
public virtual bool AddAll<T>(ICollection<T> collection)
where T : IElement
Arguments
Type | Name | Description |
---|
ICollection <T > | collection | |
AddSection [1/4]
Source code
public virtual MarkedSection AddSection(float indentation, int numberDepth)
Arguments
Type | Name | Description |
---|
float | indentation | |
int | numberDepth | |
AddSection [2/4]
Source code
public virtual MarkedSection AddSection(float indentation)
Arguments
Type | Name | Description |
---|
float | indentation | |
AddSection [3/4]
Source code
public virtual MarkedSection AddSection(int numberDepth)
Arguments
Type | Name | Description |
---|
int | 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